diff options
Diffstat (limited to 'cron.php')
-rw-r--r-- | cron.php | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -152,9 +152,7 @@ try { } // Log the successful cron execution - if (\OC::$server->getConfig()->getSystemValue('cron_log', true)) { - \OC::$server->getConfig()->setAppValue('core', 'lastcron', time()); - } + \OC::$server->getConfig()->setAppValue('core', 'lastcron', time()); exit(); } catch (Exception $ex) { |