summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/private/files/filesystem.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/private/files/filesystem.php b/lib/private/files/filesystem.php
index 51a241a4e33..c7dc99c55cb 100644
--- a/lib/private/files/filesystem.php
+++ b/lib/private/files/filesystem.php
@@ -431,6 +431,7 @@ class Filesystem {
*/
public static function clearMounts() {
if (self::$mounts) {
+ self::$usersSetup = array();
self::$mounts->clear();
}
}