X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fallfriends.php;h=1be9550b10be2f16944a1884edf68b19ec71faf9;hb=e12b0d27bb47aa6820e2a5cddc34a2ddeb1751c7;hp=8396efdd2d4eb185f2d7ef807edd2750c60ed64b;hpb=e785759a8bd90c4d0e2bb5866e2ad014f45ddb2a;p=friendica.git diff --git a/mod/allfriends.php b/mod/allfriends.php index 8396efdd2d..1be9550b10 100644 --- a/mod/allfriends.php +++ b/mod/allfriends.php @@ -69,7 +69,7 @@ function allfriends_content(&$a) { $entry = array( 'url' => $rr['url'], - 'itemurl' => $rr['url'], + 'itemurl' => (($contact_details['addr'] != "") ? $contact_details['addr'] : $rr['url']), 'name' => htmlentities($rr['name']), 'thumb' => proxy_url($rr['photo'], false, PROXY_SIZE_THUMB), 'img_hover' => htmlentities($rr['name']),