Merge branch 'MDL-76866-master' of https://github.com/andrewnicols/moodle
This commit is contained in:
@@ -23,9 +23,9 @@
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
*/
|
||||
|
||||
/**
|
||||
* Post installation procedure for the TinyMCE editor.
|
||||
*/
|
||||
/**
|
||||
* Enable the TinyMCE Editor on its install.
|
||||
*/
|
||||
function xmldb_editor_tiny_install(): void {
|
||||
$editormanager = \core_plugin_manager::resolve_plugininfo_class('editor');
|
||||
$editormanager::enable_plugin('tiny', true);
|
||||
|
||||
Reference in New Issue
Block a user