Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.
This repository was archived by the owner on May 25, 2023. It is now read-only.

$error_messages parameter for UploadManager class for localization. #2140

Closed
@ghost

Description

Might be convenient adding a third parameter for the UploadManager constructor for using localized strings for the error messages in UploadManager.php:

Line 37:
function __construct($options = null, $initialize = true, $error_messages = null) {...}
Line 112:
if ($error_messages) {
$this->error_messages = array_merge($this->error_messages, $error_messages);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions