Merge pull request #9194 from owncloud/revertloadapps
Bring back loadApps() in base.php
This commit is contained in:
commit
7c362ab55e
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue