mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
output MDL-20204 Fixed regression in recent theme changes, thanks Rossie for spotting
This commit is contained in:
parent
041a90f4dd
commit
c71c725ec3
@ -629,7 +629,7 @@ class theme_config {
|
||||
}
|
||||
foreach ($css['parents'] as $parent=>$sheets) {
|
||||
foreach ($sheets as $sheet=>$unused2) {
|
||||
$urls[] = new moodle_url($$baseurl, array('theme'=>$this->name,'type'=>'parent', 'subtype'=>$parent, 'sheet'=>$sheet));
|
||||
$urls[] = new moodle_url($baseurl, array('theme'=>$this->name,'type'=>'parent', 'subtype'=>$parent, 'sheet'=>$sheet));
|
||||
}
|
||||
}
|
||||
foreach ($css['theme'] as $sheet=>$unused) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user