X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fcommon.php;h=ab27dc667a72dd990516561f4ff9b87cebcb6a89;hb=061bcd7d2fcfb8da18e63ed4fde436b38463539d;hp=f3601c0fe6126bbbc8c335befc35d83996524bf4;hpb=51716957b24d97c20f078d1f880a6ca112cae792;p=friendica.git diff --git a/mod/common.php b/mod/common.php index f3601c0fe6..ab27dc667a 100644 --- a/mod/common.php +++ b/mod/common.php @@ -101,7 +101,7 @@ function common_content(App &$a) { $id = 0; - foreach($r as $rr) { + foreach ($r as $rr) { //get further details of the contact $contact_details = get_contact_details_by_url($rr['url'], $uid);