|
|
@ -569,9 +569,8 @@ class OC { |
|
|
|
|
|
|
|
|
|
|
|
// Load Apps |
|
|
|
// Load Apps |
|
|
|
// This includes plugins for users and filesystems as well |
|
|
|
// This includes plugins for users and filesystems as well |
|
|
|
global $RUNTIME_NOAPPS; |
|
|
|
|
|
|
|
global $RUNTIME_APPTYPES; |
|
|
|
global $RUNTIME_APPTYPES; |
|
|
|
if (!$RUNTIME_NOAPPS && !self::checkUpgrade(false)) { |
|
|
|
if (!self::checkUpgrade(false)) { |
|
|
|
if ($RUNTIME_APPTYPES) { |
|
|
|
if ($RUNTIME_APPTYPES) { |
|
|
|
OC_App::loadApps($RUNTIME_APPTYPES); |
|
|
|
OC_App::loadApps($RUNTIME_APPTYPES); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|