Merge branch 'MDL-35660' of git://github.com/netspotau/moodle-mod_assign

This commit is contained in:
Eloy Lafuente (stronk7) 2012-10-02 22:02:23 +02:00
commit db0ea4323d

View file

@ -58,7 +58,7 @@ class assignfeedback_file_batch_upload_files_form extends moodleform {
$fileoptions,
$params['context'],
'assignfeedback_file',
ASSIGNFEEDBACK_BATCHFILE_FILEAREA, $USER->id);
ASSIGNFEEDBACK_FILE_BATCH_FILEAREA, $USER->id);
$mform->addElement('filemanager', 'files_filemanager', '', null, $fileoptions);