X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fmatch.php;h=29d4e086a6b226a4e0139974ba0d91acc7fcfb16;hb=452ed8aa8c040f683547e2635af8c9f16c450bd6;hp=8e0baacd1ee765e363abe45f93258cda295a87ec;hpb=2b9ef97adcaff25d015952ee9ae69b254dd87911;p=friendica.git diff --git a/mod/match.php b/mod/match.php index 8e0baacd1e..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; }