mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Merge branch 'MDL-39140_m25' of git://github.com/sbourget/moodle
This commit is contained in:
commit
dfd24d622f
@ -36,6 +36,7 @@ class mod_folder_edit_form extends moodleform {
|
||||
$options = $this->_customdata['options'];
|
||||
|
||||
$mform->addElement('hidden', 'id', $data->id);
|
||||
$mform->setType('id', PARAM_INT);
|
||||
$mform->addElement('filemanager', 'files_filemanager', get_string('files'), null, $options);
|
||||
$submit_string = get_string('savechanges');
|
||||
$this->add_action_buttons(true, $submit_string);
|
||||
|
Loading…
x
Reference in New Issue
Block a user