summaryrefslogtreecommitdiffstats
path: root/lib/private/files/filesystem.php
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2014-08-28 16:59:56 +0200
committerRobin Appelman <icewind@owncloud.com>2014-09-02 16:15:42 +0200
commita9a37b5363e5f08013ab8b4b7bff02652c3a4d12 (patch)
treede2504c060b895d20b733e3a86e007205ec3103d /lib/private/files/filesystem.php
parent90f66e0f8dd3be1133c89a61ba09a8c3e0de7d07 (diff)
downloadnextcloud-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/private/files/filesystem.php')
-rw-r--r--lib/private/files/filesystem.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/private/files/filesystem.php b/lib/private/files/filesystem.php
index 1dbe66143ac..db46bcfd1ea 100644
--- a/lib/private/files/filesystem.php
+++ b/lib/private/files/filesystem.php
@@ -794,5 +794,3 @@ class Filesystem {
return self::$defaultInstance->getETag($path);
}
}
-
-\OC_Util::setupFS();