X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmatch.php;h=29d4e086a6b226a4e0139974ba0d91acc7fcfb16;hb=7789ea25079801ee1425368e9bf2f7ce80d16d88;hp=6a2e350bcc2a07f5615f464aa0dc0a8f991bf6ab;hpb=893f6bd692efa94202dd472ea160eef68a420cf9;p=friendica.git diff --git a/mod/match.php b/mod/match.php index 6a2e350bcc..29d4e086a6 100644 --- a/mod/match.php +++ b/mod/match.php @@ -1,6 +1,6 @@ results[$i]; // Already known contact - if (!$profile || Contact::getIdForURL($profile->url, local_user(), false)) { + if (!$profile || Contact::getIdForURL($profile->url, local_user())) { continue; } $contact = Contact::getByURLForUser($profile->url, local_user()); if (!empty($contact)) { - $entries[] = ModuleContact::getContactTemplateVars($contact, $i); + $entries[] = ModuleContact::getContactTemplateVars($contact); } }