Skip to content
Snippets Groups Projects
Commit 03d8907d authored by Florin Peter's avatar Florin Peter
Browse files

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

parent 175633d3
Branches
No related tags found
No related merge requests found
......@@ -67,6 +67,7 @@ class OC_Util {
public static function tearDownFS() {
\OC\Files\Filesystem::tearDown();
self::$fsSetup=false;
self::$rootMounted=false;
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment