Skip to content

Commit

Permalink
Merge branch 'MDL-35660' of git://github.com/netspotau/moodle-mod_assign
Browse files Browse the repository at this point in the history
  • Loading branch information
stronk7 committed Oct 2, 2012
2 parents c740703 + cbf5dce commit db0ea43
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 db0ea43

Please sign in to comment.