Index: typo3/sysext/scheduler/class.tx_scheduler.php =================================================================== --- typo3/sysext/scheduler/class.tx_scheduler.php (revision 6700) +++ typo3/sysext/scheduler/class.tx_scheduler.php (working copy) @@ -406,7 +406,7 @@ */ public function log($message, $status = 0, $code = 'scheduler') { // Log only if enabled - if ($this->extConf['enableBELog']) { + if (!empty($this->extConf['enableBELog'])) { $GLOBALS['BE_USER']->writelog( 4, 0,