X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcommon.php;h=08609222972e68dfcd832647f2709d2fbe619967;hb=39b37281a78b58b50503056e69b2aaa9885257b0;hp=560865b15402de32449ef30c428ee3781289d030;hpb=3b11436b02cf1e6aa080f69d87438d4b079f96a6;p=friendica.git diff --git a/mod/common.php b/mod/common.php index 560865b154..0860922297 100644 --- a/mod/common.php +++ b/mod/common.php @@ -70,7 +70,7 @@ function common_content(&$a) { if($cid == 0 && $zcid == 0) - return; + return; if($cid) @@ -112,7 +112,7 @@ function common_content(&$a) { $entry = array( 'url' => $rr['url'], - 'itemurl' => $rr['url'], + 'itemurl' => (($contact_details['addr'] != "") ? $contact_details['addr'] : $rr['url']), 'name' => $rr['name'], 'thumb' => proxy_url($rr['photo'], false, PROXY_SIZE_THUMB), 'img_hover' => htmlentities($rr['name']),