diff --git a/lib/private/files/filesystem.php b/lib/private/files/filesystem.php index 51a241a4e3..c7dc99c55c 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(); } }