Issue 9986: Improve contact search

This commit is contained in:
Michael 2021-03-06 21:52:26 +00:00
parent 953d0ed72d
commit d2c734c025
4 changed files with 34 additions and 63 deletions

View file

@ -1103,7 +1103,7 @@ class Contact extends BaseModule
'url' => $url,
'img_hover' => DI::l10n()->t('Visit %s\'s profile [%s]', $contact['name'], $contact['url']),
'photo_menu' => Model\Contact::photoMenu($contact),
'thumb' => Model\Contact::getThumb($contact),
'thumb' => Model\Contact::getThumb($contact, '', true),
'alt_text' => $alt_text,
'name' => $contact['name'],
'nick' => $contact['nick'],