Issue 10184: Fix directory search results

This commit is contained in:
Michael 2021-05-07 18:38:04 +00:00
parent 7c138dd15c
commit 829a268faf
1 changed files with 1 additions and 1 deletions

View File

@ -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(