Merge branch 'MDL-28957' of git://github.com/colchambers/moodle

This commit is contained in:
Eloy Lafuente (stronk7)
2011-08-23 18:00:51 +02:00
+2 -2
View File
@@ -125,8 +125,8 @@ class page_requirements_manager {
// set up some loader options
if (debugging('', DEBUG_DEVELOPER)) {
$this->yui3loader->filter = YUI_DEBUG; // alternatively we could use just YUI_RAW here
$this->yui2loader->filter = YUI_DEBUG; // alternatively we could use just YUI_RAW here
$this->yui3loader->filter = YUI_RAW; // for more detailed logging info use YUI_DEBUG here
$this->yui2loader->filter = YUI_RAW; // for more detailed logging info use YUI_DEBUG here
} else {
$this->yui3loader->filter = null;
$this->yui2loader->filter = null;