MDL-41109 dndupload: Add missing error string

This commit is contained in:
Andrew Nicols
2014-05-16 13:46:15 +08:00
parent 7ff7ebef40
commit bd541d1d4c
+1 -1
View File
@@ -711,7 +711,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;
}