Merge pull request #13145 from MrPetovan/bug/warnings

Refer to correct contact field in Core/Search
This commit is contained in:
Philipp 2023-05-20 17:42:54 +02:00 committed by GitHub
commit 2b1fc4b561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@ class Search
$user_data['network'],
$contactDetails['cid'] ?? 0,
$user_data['id'],
$user_data['tags']
$user_data['keywords']
);
return new ResultList(1, 1, 1, [$result]);
@ -286,4 +286,4 @@ class Search
return 'search?q=' . urlencode($search);
}
}
}
}