diff options
author | Florin Peter <github@florin-peter.de> | 2013-05-20 01:47:35 +0200 |
---|---|---|
committer | Florin Peter <github@florin-peter.de> | 2013-05-20 01:47:35 +0200 |
commit | b3b6738d599480fc9bf40a53313598c4766571fb (patch) | |
tree | 80eed3bf5817b64b50c596e156a9f0337febea59 /lib/files/filesystem.php | |
parent | 3b850a2524471030da27227cba18b31ffc998aa4 (diff) | |
download | nextcloud-server-b3b6738d599480fc9bf40a53313598c4766571fb.tar.gz nextcloud-server-b3b6738d599480fc9bf40a53313598c4766571fb.zip |
Revert "fix for webdav and wrong reference for findByStorageId"
This reverts commit 079f918d5ca0d242e77717aaeac82bcf011dc745.
Diffstat (limited to 'lib/files/filesystem.php')
-rw-r--r-- | lib/files/filesystem.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/files/filesystem.php b/lib/files/filesystem.php index d0cac9dc1d3..d60d430d77c 100644 --- a/lib/files/filesystem.php +++ b/lib/files/filesystem.php @@ -236,9 +236,7 @@ class Filesystem { } static public function initMounts(){ - if(!self::$mounts) { - self::$mounts = new Mount\Manager(); - } + self::$mounts = new Mount\Manager(); } /** |