diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-08-28 16:59:56 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-09-02 16:15:42 +0200 |
commit | a9a37b5363e5f08013ab8b4b7bff02652c3a4d12 (patch) | |
tree | de2504c060b895d20b733e3a86e007205ec3103d /lib/base.php | |
parent | 90f66e0f8dd3be1133c89a61ba09a8c3e0de7d07 (diff) | |
download | nextcloud-server-a9a37b5363e5f08013ab8b4b7bff02652c3a4d12.tar.gz nextcloud-server-a9a37b5363e5f08013ab8b4b7bff02652c3a4d12.zip |
Don't automatically setup the filesystem the moment we load OC\Files\FileSystem
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/base.php b/lib/base.php index 176f799f94d..6ec5f69e45d 100644 --- a/lib/base.php +++ b/lib/base.php @@ -776,6 +776,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'])) { |