]> git.mxchange.org Git - friendica.git/blobdiff - mod/match.php
Merge pull request #10332 from annando/calender-download
[friendica.git] / mod / match.php
index 8e0baacd1ee765e363abe45f93258cda295a87ec..29d4e086a6b226a4e0139974ba0d91acc7fcfb16 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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;
                        }