Merge branch 'MDL-77250-master' of https://github.com/lameze/moodle

This commit is contained in:
Jun Pataleta 2023-03-01 17:08:07 +08:00
commit 222099cda1

View File

@ -76,6 +76,8 @@ M.editor_tinymce.init_editor = function(Y, editorid, options) {
});
};
tinyMCE.baseURL = M.cfg.wwwroot + '/lib/editor/tinymce/tiny_mce/3.5.11';
tinyMCE.baseURI = new tinymce.util.URI(tinyMCE.baseURL);
tinyMCE.init(options);
var item = document.getElementById(editorid+'_filemanager');