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:
authorRobin Appelman <icewind@owncloud.com>2014-08-28 18:59:56 +0400
committerVincent Petry <pvince81@owncloud.com>2014-09-22 12:34:32 +0400
commit8905e77d60290167524307dbe7b2f80ea7a2aaa8 (patch)
treed75d0fd1b0a77169e666baaa9b70a069e3332d08 /lib/base.php
parentc16c680e3218cde36ddb7cc46508c92d35241a8e (diff)
Don't automatically setup the filesystem the moment we load OC\Files\FileSystem
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php
index 8239539fa85..6fd27fa0513 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -747,6 +747,7 @@ class OC {
if (OC_User::isLoggedIn()) {
OC_App::loadApps();
OC_User::setupBackends();
+ OC_Util::setupFS();
if (isset($_GET["logout"]) and ($_GET["logout"])) {
OC_JSON::callCheck();
if (isset($_COOKIE['oc_token'])) {