Merge pull request #9194 from owncloud/revertloadapps

Bring back loadApps() in base.php
This commit is contained in:
VicDeo 2014-06-25 18:52:56 +03:00
commit 7c362ab55e
1 changed files with 1 additions and 0 deletions

View File

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