mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'MDL-59733-master-fix' of github.com:xow/moodle
This commit is contained in:
commit
ac150167c3
1 changed files with 1 additions and 1 deletions
|
@ -10567,7 +10567,7 @@ class admin_setting_filetypes extends admin_setting_configtext {
|
|||
|
||||
$PAGE->requires->js_call_amd('core_form/filetypes', 'init', [
|
||||
$this->get_id(),
|
||||
$this->visiblename,
|
||||
$this->visiblename->out(),
|
||||
$this->onlytypes,
|
||||
$this->allowall,
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue