]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact.php
Issue 9986: Improve contact search
[friendica.git] / src / Module / Contact.php
index 3eb261d0d524ee31d20b852cff160d3bca036b4d..4334d3130607b936fcf394ece767dab42c9364dc 100644 (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'],