From a9a37b5363e5f08013ab8b4b7bff02652c3a4d12 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Thu, 28 Aug 2014 16:59:56 +0200 Subject: Don't automatically setup the filesystem the moment we load OC\Files\FileSystem --- lib/private/files/filesystem.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/private/files/filesystem.php') 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(); -- cgit v1.2.3