X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FCore%2FSearch.php;h=a3588b3bd3d53443f5bdac1d57e21f8f7070d3a7;hb=852d148efdfb737ea192b296cf07055194ac7706;hp=fb63f3d0f7d64821a86b78018e11792a8b7de9fa;hpb=054c301ef0345c4ff9f35cfd08717757eab17b9d;p=friendica.git diff --git a/src/Core/Search.php b/src/Core/Search.php index fb63f3d0f7..a3588b3bd3 100644 --- a/src/Core/Search.php +++ b/src/Core/Search.php @@ -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(