fix for tearDownFS, after filesystem::tearDown() the root is not mounted

remotes/origin/stable6
Florin Peter 2013-05-07 22:19:48 +07:00
parent 4b53f72d0d
commit cdf4bec6a1
1 changed files with 1 additions and 0 deletions

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