MDL-59733 assignsubmission_file: Add title to filetypes setting modal

This commit is contained in:
John Okely 2017-08-23 10:25:45 +08:00
parent 6ca4e64606
commit 025bf573c9

View File

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