Merge branch 'MDL-39140_m25' of git://github.com/sbourget/moodle

This commit is contained in:
Dan Poltawski 2013-04-16 13:46:51 +01:00
commit dfd24d622f

View File

@ -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);