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:
authorVicDeo <dubiniuk@owncloud.com>2014-06-25 19:52:56 +0400
committerVicDeo <dubiniuk@owncloud.com>2014-06-25 19:52:56 +0400
commit7c362ab55ef76a51879229c8254e4c2893949cdc (patch)
tree701d24350a8f181e6c04fd0058e063d04643ba2c
parenta9d0e9a5d5510392b559c69cb79fbe1b64a84f03 (diff)
parenta120d6e9a389164c4ca81c235af415abab61489d (diff)
Merge pull request #9194 from owncloud/revertloadapps
Bring back loadApps() in base.php
-rw-r--r--lib/base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php
index ca2e49bed64..eef094737b6 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -693,6 +693,7 @@ class OC {
if (!OC_Config::getValue('maintenance', false) && !\OCP\Util::needUpgrade()) {
OC_App::loadApps(array('authentication'));
OC_App::loadApps(array('filesystem', 'logging'));
+ OC_App::loadApps();
}
self::checkSingleUserMode();
OC::$server->getRouter()->match(OC_Request::getRawPathInfo());