diff options
author | Florin Peter <github@florin-peter.de> | 2013-05-24 19:40:23 +0200 |
---|---|---|
committer | Florin Peter <github@florin-peter.de> | 2013-05-24 19:40:23 +0200 |
commit | e7734d0c46f153f12d08cbc68978fe37db6720f4 (patch) | |
tree | 9ce9c6170199cadcd295dfd8b90e8e5bbd5e31ed | |
parent | 890b7702ef28fe0cb82eeebc3490351b2a3accf0 (diff) | |
parent | 1a638cd3a8943c4073dff2f6490b620b4b4fe577 (diff) | |
download | nextcloud-server-e7734d0c46f153f12d08cbc68978fe37db6720f4.tar.gz nextcloud-server-e7734d0c46f153f12d08cbc68978fe37db6720f4.zip |
Merge branch 'stable5' into files_encryption_stable5
-rwxr-xr-x | lib/util.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/util.php b/lib/util.php index 9d23dc99022..81cdd42feb7 100755 --- a/lib/util.php +++ b/lib/util.php @@ -66,6 +66,7 @@ class OC_Util { public static function tearDownFS() { \OC\Files\Filesystem::tearDown(); self::$fsSetup=false; + self::$rootMounted=false; } /** |