Bring back loadApps() in base.php

loadApps() had been deleted by mistake in
799205488c
This commit is contained in:
Vincent Petry 2014-06-24 17:37:58 +02:00
parent 6be236913c
commit a120d6e9a3
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());