]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Search.php
Merge pull request #10203 from nupplaphil/feat/auto_release
[friendica.git] / src / Core / Search.php
index 8138c5763f63d945d5f2589b10240b1023e5eabd..a3588b3bd3d53443f5bdac1d57e21f8f7070d3a7 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
  *
@@ -134,7 +134,7 @@ class Search
                $profiles = $results['profiles'] ?? [];
 
                foreach ($profiles as $profile) {
-                       $profile_url = $profile['url'] ?? '';
+                       $profile_url = $profile['profile_url'] ?? '';
                        $contactDetails = Contact::getByURLForUser($profile_url, local_user());
 
                        $result = new ContactResult(