mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
fixed notice
This commit is contained in:
parent
aa54831894
commit
0e688e1297
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ class theme_config {
|
||||||
foreach ($parent_config->editor_sheets as $sheet) {
|
foreach ($parent_config->editor_sheets as $sheet) {
|
||||||
$sheetfile = "$parent_config->dir/$sheet.css";
|
$sheetfile = "$parent_config->dir/$sheet.css";
|
||||||
if (is_readable($sheetfile)) {
|
if (is_readable($sheetfile)) {
|
||||||
$css .= "/*** Parent theme $parent/$sheet ***/\n\n" . file_get_contents($sheetfile) . "\n\n";
|
$css .= "/*** Parent theme {$parent_config->name}/$sheet ***/\n\n" . file_get_contents($sheetfile) . "\n\n";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue