mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
theme MDL-21435 Fixed incorrect number of arguments for store_css with editor css
This commit is contained in:
parent
e73d555739
commit
2b8f39c473
@ -78,7 +78,7 @@ $theme = theme_config::load($themename);
|
||||
|
||||
if ($type === 'editor') {
|
||||
$css = $theme->editor_css_content();
|
||||
store_css($candidatesheet, $css);
|
||||
store_css($theme, $candidatesheet, $css);
|
||||
} else {
|
||||
$css = $theme->css_files();
|
||||
$allfiles = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user