MDL-17746 fixed debugdisplay typo in cron - patch by Tomasz Muras; backported from HEAD

This commit is contained in:
skodak
2008-12-29 19:58:05 +00:00
parent 060f414899
commit d100f76f6e
+1 -1
View File
@@ -40,7 +40,7 @@
}
if (!empty($CFG->showcrondebugging)) {
$CFG->debug = DEBUG_DEVELOPER;
$CFG->displaydebug = true;
$CFG->debugdisplay = true;
}
/// extra safety