MDL-43268 fix filter notice when not in debug mode

This commit is contained in:
Petr Škoda
2013-12-13 13:57:59 +08:00
parent 2f4e0db7c3
commit ed67f462fe
+1
View File
@@ -240,6 +240,7 @@ class page_requirements_manager {
$this->YUI_config->debug = true;
} else {
$this->yui3loader->filter = null;
$this->YUI_config->groups['moodle']['filter'] = null;
$this->YUI_config->debug = false;
}