Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'remote.php')
-rw-r--r--remote.php3
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':