mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Update ContactsStore.php
Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
This commit is contained in:
parent
c2c2e3ce52
commit
e661d3cc99
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ class ContactsStore implements IContactsStore {
|
|||
if (isset($contact['UID'])) {
|
||||
$entry->setId($contact['UID']);
|
||||
$uid = $contact['UID'];
|
||||
$avatar = $this->urlGenerator->linkToRoute('core.getAvatar', ['userId' => $uid, 'size' => 64]);
|
||||
$avatar = $this->urlGenerator->linkToRouteAbsolute('core.avatar.getAvatar', ['userId' => $uid, 'size' => 64]);
|
||||
$entry->setAvatar($avatar);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue