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-24 21:40:23 +0400
committerFlorin Peter <github@florin-peter.de>2013-05-24 21:40:23 +0400
commite7734d0c46f153f12d08cbc68978fe37db6720f4 (patch)
tree9ce9c6170199cadcd295dfd8b90e8e5bbd5e31ed /lib/util.php
parent890b7702ef28fe0cb82eeebc3490351b2a3accf0 (diff)
parent1a638cd3a8943c4073dff2f6490b620b4b4fe577 (diff)
Merge branch 'stable5' into files_encryption_stable5
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 9d23dc99022..81cdd42feb7 100755
--- a/lib/util.php
+++ b/lib/util.php
@@ -66,6 +66,7 @@ class OC_Util {
public static function tearDownFS() {
\OC\Files\Filesystem::tearDown();
self::$fsSetup=false;
+ self::$rootMounted=false;
}
/**