mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Reset the users setup after clearing mounts
This commit is contained in:
parent
3f63f4b6b1
commit
2974d4d380
1 changed files with 1 additions and 0 deletions
|
|
@ -431,6 +431,7 @@ class Filesystem {
|
|||
*/
|
||||
public static function clearMounts() {
|
||||
if (self::$mounts) {
|
||||
self::$usersSetup = array();
|
||||
self::$mounts->clear();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue