aboutsummaryrefslogtreecommitdiffstats
path: root/lib/files/filesystem.php
diff options
context:
space:
mode:
authorFlorin Peter <github@florin-peter.de>2013-05-20 01:47:35 +0200
committerFlorin Peter <github@florin-peter.de>2013-05-20 01:47:35 +0200
commitb3b6738d599480fc9bf40a53313598c4766571fb (patch)
tree80eed3bf5817b64b50c596e156a9f0337febea59 /lib/files/filesystem.php
parent3b850a2524471030da27227cba18b31ffc998aa4 (diff)
downloadnextcloud-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.php4
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();
}
/**