Load fundamental apps, before any possible customizing app may follow

This commit is contained in:
Arthur Schiwon 2014-06-16 13:12:21 +02:00
parent a48bcceb23
commit 7b704eeb5e
1 changed files with 2 additions and 0 deletions

View File

@ -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();