From 829a268faf037cfa9fe5714fa2ae38dba7c4eb48 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 7 May 2021 18:38:04 +0000 Subject: [PATCH] Issue 10184: Fix directory search results --- src/Core/Search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(