mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
Merge branch 'MDL-65904-master' of git://github.com/merrill-oakland/moodle
This commit is contained in:
commit
1d73e8c3be
@ -1549,7 +1549,7 @@ class theme_config {
|
||||
* @return string Return compiled css.
|
||||
*/
|
||||
public function get_precompiled_css_content() {
|
||||
$configs = [$this] + $this->parent_configs;
|
||||
$configs = array_reverse($this->parent_configs) + [$this];
|
||||
$css = '';
|
||||
|
||||
foreach ($configs as $config) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user