Merge branch 'MDL-76866-master' of https://github.com/andrewnicols/moodle

This commit is contained in:
Paul Holden
2023-03-29 13:36:26 +01:00
8 changed files with 13 additions and 60 deletions
+3 -3
View File
@@ -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);