Skip to content
Snippets Groups Projects
Commit 7c362ab5 authored by Victor Dubiniuk's avatar Victor Dubiniuk
Browse files

Merge pull request #9194 from owncloud/revertloadapps

Bring back loadApps() in base.php
parents a9d0e9a5 a120d6e9
Branches
No related tags found
No related merge requests found
......@@ -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());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment