From 1a638cd3a8943c4073dff2f6490b620b4b4fe577 Mon Sep 17 00:00:00 2001 From: Florin Peter Date: Fri, 24 May 2013 19:37:28 +0200 Subject: [PATCH] backport of #3271 --- lib/util.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/util.php b/lib/util.php index 3886a36505d..1dd35432d9a 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; } /** -- 2.39.5