]> git.mxchange.org Git - friendica.git/blobdiff - mod/viewcontacts.php
Added resize possibility to proxy function
[friendica.git] / mod / viewcontacts.php
index b84856701dbe041e5d5255461e37336f0aa96f4c..19bf0415c7f86b5daece0b5696250452ee24f8d1 100644 (file)
@@ -62,7 +62,7 @@ function viewcontacts_content(&$a) {
                $contacts[] = array(
                        'id' => $rr['id'],
                        'img_hover' => sprintf( t('Visit %s\'s profile [%s]'), $rr['name'], $rr['url']),
-                       'thumb' => proxy_url($rr['thumb']),
+                       'thumb' => proxy_url($rr['thumb'], false, PROXY_SIZE_THUMB),
                        'name' => substr($rr['name'],0,20),
                        'username' => $rr['name'],
                        'url' => $url,