From: skodak Date: Mon, 29 Dec 2008 19:57:47 +0000 (+0000) Subject: MDL-17746 fixed debugdisplay typo in cron - patch by Tomasz Muras X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7f51af40c5659a45b82f7ac0e1a6acabd51986c7;p=moodle.git MDL-17746 fixed debugdisplay typo in cron - patch by Tomasz Muras --- diff --git a/admin/cron.php b/admin/cron.php index f31b180d23..0b81230446 100644 --- a/admin/cron.php +++ b/admin/cron.php @@ -40,7 +40,7 @@ } if (!empty($CFG->showcrondebugging)) { $CFG->debug = DEBUG_DEVELOPER; - $CFG->displaydebug = true; + $CFG->debugdisplay = true; } /// extra safety