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

This commit is contained in:
Florin Peter 2013-05-07 22:19:48 +02:00
parent 4b53f72d0d
commit cdf4bec6a1
1 changed files with 1 additions and 0 deletions

View File

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