Merge pull request #10218 from annando/issue-10184

Issue 10184: Fix directory search results
2022.09-rc
Tobias Diekershoff 2021-05-07 20:45:20 +02:00 zatwierdzone przez GitHub
commit d148ff0336
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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