mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'MDL-35660' of git://github.com/netspotau/moodle-mod_assign
This commit is contained in:
commit
db0ea4323d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue