]> git.mxchange.org Git - friendica.git/blobdiff - mod/match.php
Fix several database issues
[friendica.git] / mod / match.php
index 8e0baacd1ee765e363abe45f93258cda295a87ec..cd1c66c89191bc0c05586e265cd5c9118047b13d 100644 (file)
@@ -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;
                        }