MDL-43268 fix filter notice when not in debug mode

This commit is contained in:
Petr Škoda
2013-12-13 13:59:31 +08:00
parent 8703e6530c
commit ad2d2f19a3
+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;
}