mirror of
https://github.com/nextcloud/server.git
synced 2026-03-03 05:51:07 -05:00
Update ContactsStore.php
Signed-off-by: Andy Xheli <axheli@axtsolutions.com>
This commit is contained in:
parent
98e9414c70
commit
a5be8ddf6d
1 changed files with 1 additions and 1 deletions
|
|
@ -315,7 +315,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