summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
diff options
context:
space:
mode:
authorRobin Appelman <icewind@owncloud.com>2015-12-10 16:40:27 +0100
committerRobin Appelman <icewind@owncloud.com>2015-12-14 13:38:54 +0100
commitf27e98a3e28e3697f6eaf3521cbbe754318f9ba5 (patch)
tree7f937da213edc71fc4a920d173ba3af45fe8f897 /apps/files_external/lib
parent96b28382d940ef2bebd79f95ea218a3503b1a470 (diff)
downloadnextcloud-server-f27e98a3e28e3697f6eaf3521cbbe754318f9ba5.tar.gz
nextcloud-server-f27e98a3e28e3697f6eaf3521cbbe754318f9ba5.zip
Migrate files external for the user that the filesystem is being setup for
Diffstat (limited to 'apps/files_external/lib')
-rw-r--r--apps/files_external/lib/config/configadapter.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/lib/config/configadapter.php b/apps/files_external/lib/config/configadapter.php
index 4e37e6a4004..4f68c3c7fde 100644
--- a/apps/files_external/lib/config/configadapter.php
+++ b/apps/files_external/lib/config/configadapter.php
@@ -114,7 +114,7 @@ class ConfigAdapter implements IMountProvider {
* @return \OCP\Files\Mount\IMountPoint[]
*/
public function getMountsForUser(IUser $user, IStorageFactory $loader) {
- $this->migrator->migrateUser();
+ $this->migrator->migrateUser($user);
$mounts = [];