mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
MDL-41109 dndupload: Add missing error string
This commit is contained in:
parent
2ffff04be7
commit
679af35722
@ -745,7 +745,7 @@ class page_requirements_manager {
|
||||
'requires' => array('node', 'event', 'json', 'core_filepicker'),
|
||||
'strings' => array(array('uploadformlimit', 'moodle'), array('droptoupload', 'moodle'), array('maxfilesreached', 'moodle'),
|
||||
array('dndenabled_inbox', 'moodle'), array('fileexists', 'moodle'), array('maxbytesforfile', 'moodle'),
|
||||
array('maxareabytesreached', 'moodle')
|
||||
array('maxareabytesreached', 'moodle'), array('serverconnection', 'error'),
|
||||
));
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user