all authentication apps are loaded at first - everything else relies on these apps
This commit is contained in:
parent
6ff96b34ad
commit
96e6cb3db4
|
@ -549,7 +549,8 @@ class OC {
|
|||
|
||||
// Load minimum set of apps - which is filesystem, authentication and logging
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue