mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Merge pull request #3271 from owncloud/fix_for_util_tearDownFS
fix for tearDownFS, after filesystem::tearDown() in Util
This commit is contained in:
commit
e8a80c6c2f
1 changed files with 1 additions and 0 deletions
|
|
@ -67,6 +67,7 @@ class OC_Util {
|
|||
public static function tearDownFS() {
|
||||
\OC\Files\Filesystem::tearDown();
|
||||
self::$fsSetup=false;
|
||||
self::$rootMounted=false;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue