diff options
Diffstat (limited to 'remote.php')
-rw-r--r-- | remote.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/remote.php b/remote.php index 6a069ed4605..232e47ee402 100644 --- a/remote.php +++ b/remote.php @@ -26,7 +26,8 @@ try { // Load all required applications \OC::$REQUESTEDAPP = $app; - OC_App::loadApps(array('authentication', 'filesystem', 'logging')); + OC_App::loadApps(array('authentication')); + OC_App::loadApps(array('filesystem', 'logging')); switch ($app) { case 'core': |