mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
MDL-58220 repo: Fix typo in FILE_CONTRLLED_LINK
This commit is contained in:
parent
bcd08003fa
commit
6e53e3d232
@ -30,7 +30,7 @@ class backup_files_edit_form extends moodleform {
|
||||
public function definition() {
|
||||
$mform =& $this->_form;
|
||||
|
||||
$types = (FILE_INTERNAL | FILE_REFERENCE | FILE_CONTRLLED_LINK);
|
||||
$types = (FILE_INTERNAL | FILE_REFERENCE | FILE_CONTROLLED_LINK);
|
||||
$options = array('subdirs' => 0, 'maxfiles' => -1, 'accepted_types' => '*', 'return_types' => $types);
|
||||
|
||||
$mform->addElement('filemanager', 'files_filemanager', get_string('files'), null, $options);
|
||||
|
Loading…
x
Reference in New Issue
Block a user