mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-35660: Feedback file plugin in assignment uses incorrect constant name for batch file uploads feature.
This commit is contained in:
parent
695dee4bcd
commit
cbf5dce26f
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user