Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorin Peter <github@florin-peter.de>2013-05-08 00:19:48 +0400
committerFlorin Peter <github@florin-peter.de>2013-05-08 00:26:16 +0400
commit03d8907df8e3d109f12b8d9b88e6597022dd6981 (patch)
tree9031a60b20cdcb0171f9a84ff7594f9426a1d2cb /lib/util.php
parent175633d380e2073ce2f17108701df2b65e3c7e75 (diff)
fix for tearDownFS, after filesystem::tearDown() the root is not mounted
Diffstat (limited to 'lib/util.php')
-rwxr-xr-xlib/util.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php
index 79509b1c3b2..f30cdf6a534 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -67,6 +67,7 @@ class OC_Util {
public static function tearDownFS() {
\OC\Files\Filesystem::tearDown();
self::$fsSetup=false;
+ self::$rootMounted=false;
}
/**