Reset the users setup after clearing mounts

This commit is contained in:
Robin Appelman 2014-10-28 15:13:29 +01:00
parent 3f63f4b6b1
commit 2974d4d380
1 changed files with 1 additions and 0 deletions

View File

@ -431,6 +431,7 @@ class Filesystem {
*/
public static function clearMounts() {
if (self::$mounts) {
self::$usersSetup = array();
self::$mounts->clear();
}
}