Skip to content
Snippets Groups Projects
Commit 7b704eeb authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

Load fundamental apps, before any possible customizing app may follow

parent a48bcceb
No related branches found
No related tags found
No related merge requests found
......@@ -696,6 +696,8 @@ class OC {
if (!self::$CLI and (!isset($_GET["logout"]) or ($_GET["logout"] !== 'true'))) {
try {
if (!OC_Config::getValue('maintenance', false) && !self::needUpgrade()) {
OC_App::loadApps(array('authentication'));
OC_App::loadApps(array('filesystem', 'logging'));
OC_App::loadApps();
}
self::checkSingleUserMode();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment