Browse Source

Reset the users setup after clearing mounts

remotes/origin/fix-10825
Robin Appelman 11 years ago
parent
commit
2974d4d380
  1. 1
      lib/private/files/filesystem.php

1
lib/private/files/filesystem.php

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

Loading…
Cancel
Save