mirror of
https://github.com/moodle/moodle.git
synced 2025-02-16 05:45:36 +01:00
Merge branch 'MDL-76389' of https://github.com/stronk7/moodle
This commit is contained in:
commit
5fd3111f95
@ -963,7 +963,7 @@ class theme_config {
|
||||
$files['plugin_'.$plugin] = $sheetfile;
|
||||
}
|
||||
|
||||
$subplugintypes = core_component::get_subplugins("editor_{$plugin}");
|
||||
$subplugintypes = core_component::get_subplugins("editor_{$plugin}") ?? [];
|
||||
// Fetch sheets for any editor subplugins.
|
||||
foreach ($subplugintypes as $plugintype => $subplugins) {
|
||||
foreach ($subplugins as $subplugin) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user