all authentication apps are loaded at first - everything else relies on these apps

This commit is contained in:
Thomas Müller 2014-03-21 15:00:25 +01:00
parent 6ff96b34ad
commit 96e6cb3db4
1 changed files with 2 additions and 1 deletions

View File

@ -549,7 +549,8 @@ class OC {
// Load minimum set of apps - which is filesystem, authentication and logging // Load minimum set of apps - which is filesystem, authentication and logging
if (!self::checkUpgrade(false)) { if (!self::checkUpgrade(false)) {
OC_App::loadApps(array('filesystem', 'authentication', 'logging')); OC_App::loadApps(array('authentication'));
OC_App::loadApps(array('filesystem', 'logging'));
} }
//setup extra user backends //setup extra user backends