Skip to content

Commit

Permalink
update db storage integration
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Nov 9, 2015
1 parent 02ea4c7 commit 8515031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/files_external/service/storagesservice.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ protected function getStorageConfigFromDBMount(array $mount) {
array_values($applicableGroups),
$mount['priority']
);
$config->setId($mount['mount_id']);
$config->setId($mount['id']);
return $config;
}

Expand Down

0 comments on commit 8515031

Please sign in to comment.