load all apps to get all cron jobs executed

This commit is contained in:
Thomas Müller 2014-02-18 17:17:08 +01:00
parent 8f5c641cd8
commit e139f7c863
1 changed files with 3 additions and 0 deletions

View File

@ -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;