X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=mod%2Fmatch.php;h=cd1c66c89191bc0c05586e265cd5c9118047b13d;hb=60a6dfa23c7a501143ce89d309a44473572dfd79;hp=8e0baacd1ee765e363abe45f93258cda295a87ec;hpb=ce7f192f35cb0493c96283fac701d51bd30dc777;p=friendica.git diff --git a/mod/match.php b/mod/match.php index 8e0baacd1e..cd1c66c891 100644 --- a/mod/match.php +++ b/mod/match.php @@ -88,7 +88,7 @@ function match_content(App $a) $profile = $msearch->results[$i]; // Already known contact - if (!$profile || Contact::getIdForURL($profile->url, local_user(), false)) { + if (!$profile || Contact::getIdForURL($profile->url, local_user())) { continue; }