Skip to content

Commit

Permalink
MDL-35660: Feedback file plugin in assignment uses incorrect constant…
Browse files Browse the repository at this point in the history
… name for batch file uploads feature.
  • Loading branch information
Damyon Wiese committed Sep 27, 2012
1 parent 695dee4 commit cbf5dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/assign/feedback/file/batchuploadfilesform.php
Expand Up @@ -58,7 +58,7 @@ public function definition() {
$fileoptions,
$params['context'],
'assignfeedback_file',
ASSIGNFEEDBACK_BATCHFILE_FILEAREA, $USER->id);
ASSIGNFEEDBACK_FILE_BATCH_FILEAREA, $USER->id);

$mform->addElement('filemanager', 'files_filemanager', '', null, $fileoptions);

Expand Down

0 comments on commit cbf5dce

Please sign in to comment.