MDL-20204 adding missing theme render prefix for current theme - thanks dvpdiner2
This commit is contained in:
+1
-1
@@ -499,7 +499,7 @@ class theme_config {
|
||||
public function renderer_prefixes() {
|
||||
global $CFG; // just in case the included files need it
|
||||
|
||||
$prefixes = array();
|
||||
$prefixes = array('theme_'.$this->name);
|
||||
|
||||
foreach ($this->parent_configs as $parent) {
|
||||
$prefixes[] = 'theme_'.$parent->name;
|
||||
|
||||
Reference in New Issue
Block a user