Load fundamental apps, before any possible customizing app may follow
This commit is contained in:
parent
a48bcceb23
commit
7b704eeb5e
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue