Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-03-28 13:33:55 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2014-03-28 13:33:55 +0400
commit5fa8f7cf128d819a195c540851faf265a481df64 (patch)
treeb5eec89d7f7508025c0abbf585d1c982f1defd2d /cron.php
parente3b951f4122f0a5d8531faaf4082bfb356366847 (diff)
parent8b86b94d47d7fa78669bdc4f17e4b1fa39079787 (diff)
Merge pull request #7107 from owncloud/load-apps-proper-master
Load apps proper master
Diffstat (limited to 'cron.php')
-rw-r--r--cron.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/cron.php b/cron.php
index 05d47124da0..8fa72a319c0 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();
+
\OC::$session->close();
$logger = \OC_Log::$object;