]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/Search.php
Merge pull request #8566 from annando/write-tags
[friendica.git] / src / Core / Search.php
index 841572374276c6697e579c62980c852f5deae342..4742ac599359f1b9a6297a84264574bc04e67a58 100644 (file)
@@ -142,7 +142,7 @@ class Search
                $profiles = $results['profiles'] ?? [];
 
                foreach ($profiles as $profile) {
-                       $profile_url = $profile['profile_url'] ?? '';
+                       $profile_url = $profile['url'] ?? '';
                        $contactDetails = Contact::getDetailsByURL($profile_url, local_user());
 
                        $result = new ContactResult(