Load fundamental apps, before any possible customizing app may follow

remotes/origin/ldap_group_count
Arthur Schiwon 11 years ago
parent a48bcceb23
commit 7b704eeb5e
  1. 2
      lib/base.php

@ -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…
Cancel
Save