diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-02-18 17:17:08 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-02-18 17:17:08 +0100 |
commit | e139f7c863d5971a6386070148496cb0f70ad04e (patch) | |
tree | 0841de5577ad3d267c3b3672cfb95065a38d8c16 /cron.php | |
parent | 8f5c641cd854d27abc876db8dda4ec0025981186 (diff) | |
download | nextcloud-server-e139f7c863d5971a6386070148496cb0f70ad04e.tar.gz nextcloud-server-e139f7c863d5971a6386070148496cb0f70ad04e.zip |
load all apps to get all cron jobs executed
Diffstat (limited to 'cron.php')
-rw-r--r-- | cron.php | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,6 +48,9 @@ try { require_once 'lib/base.php'; + // load all apps to get all api routes properly setup + OC_App::loadApps(); + session_write_close(); $logger = \OC_Log::$object; |