]> source.dussan.org Git - nextcloud-server.git/commitdiff
backport of #3271
authorFlorin Peter <github@florin-peter.de>
Fri, 24 May 2013 17:37:28 +0000 (19:37 +0200)
committerFlorin Peter <github@florin-peter.de>
Fri, 24 May 2013 17:37:28 +0000 (19:37 +0200)
lib/util.php

index 3886a36505d16c370dd88193296f9ae537e8b0a3..1dd35432d9abf906adc8f5bde5aa6811e8e58b1f 100755 (executable)
@@ -66,6 +66,7 @@ class OC_Util {
        public static function tearDownFS() {
                \OC\Files\Filesystem::tearDown();
                self::$fsSetup=false;
+               self::$rootMounted=false;
        }
 
        /**