From: Florin Peter Date: Tue, 7 May 2013 20:19:48 +0000 (+0200) Subject: fix for tearDownFS, after filesystem::tearDown() the root is not mounted X-Git-Tag: v6.0.0alpha2~743^2~111 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=cdf4bec6a1f9b30ca9b8e5a121582689c91c351d;p=nextcloud-server.git fix for tearDownFS, after filesystem::tearDown() the root is not mounted --- diff --git a/lib/util.php b/lib/util.php index 38453c1ce92..4fc1e8b232c 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; } /**