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 175633d380
commit 03d8907df8
1 changed files with 1 additions and 0 deletions

View File

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