mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 12:40:01 +01:00
MDL-21430 fixed forgotten filepicker coversion
This commit is contained in:
parent
e834ebb593
commit
549770fc7b
@ -194,7 +194,7 @@ class MoodleQuickForm_editor extends HTML_QuickForm_element {
|
||||
$options->env = 'editor';
|
||||
$options->itemid = $draftitemid;
|
||||
|
||||
$PAGE->requires->js_module('filepicker');
|
||||
$PAGE->requires->js_module('core_filepicker');
|
||||
$PAGE->requires->js_function_call('editor_init_filepicker', array($id, $options))->on_dom_ready();
|
||||
|
||||
if ($editor->supports_repositories()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user