mirror of
https://github.com/friendica/friendica
synced 2025-04-26 09:50:15 +00:00
Function renamed
This commit is contained in:
parent
70022393b7
commit
ede69a8673
2 changed files with 2 additions and 2 deletions
|
@ -149,7 +149,7 @@ class Index extends BaseSearch
|
|||
|
||||
if ($tag) {
|
||||
Logger::info('Start tag search.', ['q' => $search]);
|
||||
$uriids = Tag::getURIIdListForTag($search, local_user(), $pager->getStart(), $pager->getItemsPerPage());
|
||||
$uriids = Tag::getURIIdListByTag($search, local_user(), $pager->getStart(), $pager->getItemsPerPage());
|
||||
|
||||
if (!empty($uriids)) {
|
||||
$params = ['order' => ['id' => true], 'group_by' => ['uri-id']];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue