Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
3.1.0-a2
-
None
Description
'PLUPLOAD_ERR_UPLOAD_LIMIT' => 'Upload element accepts only %d file(s) at a time. Extra files were stripped.',
it should not be so
'PLUPLOAD_ERR_UPLOAD_LIMIT' => array(
1 => 'Upload element accepts only %d file at a time. Extra files were stripped.',
2 => 'Upload element accepts only %d files at a time. Extra files were stripped.',
),
Attachments
Issue Links
- is duplicated by
-
PHPBB3-12449 plupload.php PLUPLOAD_FILES_QUEUED is not used
-
- Closed
-