mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
all authentication apps are loaded at first - everything else relies on these apps
This commit is contained in:
parent
6ff96b34ad
commit
96e6cb3db4
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue