diff options
author | Robin Appelman <icewind@owncloud.com> | 2015-12-02 13:36:33 +0100 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2016-01-20 16:32:52 +0100 |
commit | 99415a9f7fa26a990848c2cb63333552c1619729 (patch) | |
tree | 903a7b9c79cc5db91c12964c4db89c1b8381a9d3 /lib/private/files/filesystem.php | |
parent | 222e719c8760871376327c1f353fe725b430614c (diff) | |
download | nextcloud-server-99415a9f7fa26a990848c2cb63333552c1619729.tar.gz nextcloud-server-99415a9f7fa26a990848c2cb63333552c1619729.zip |
multiple minor fies
Diffstat (limited to 'lib/private/files/filesystem.php')
-rw-r--r-- | lib/private/files/filesystem.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/files/filesystem.php b/lib/private/files/filesystem.php index 82177ec802d..9d4a2c0aa05 100644 --- a/lib/private/files/filesystem.php +++ b/lib/private/files/filesystem.php @@ -428,7 +428,7 @@ class Filesystem { $mounts = $mountConfigManager->getMountsForUser($userObject); array_walk($mounts, array(self::$mounts, 'addMount')); $mounts[] = $mount; - $mountConfigManager->cacheMounts($userObject, $mounts); + $mountConfigManager->registerMounts($userObject, $mounts); } self::listenForNewMountProviders($mountConfigManager, $userManager); |