diff --git a/cron.php b/cron.php index 0d2c07b2d9..1065a70028 100644 --- a/cron.php +++ b/cron.php @@ -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;