mirror of
https://github.com/friendica/friendica
synced 2025-04-26 16:30:12 +00:00
Function renamed
This commit is contained in:
parent
70022393b7
commit
ede69a8673
2 changed files with 2 additions and 2 deletions
|
@ -398,7 +398,7 @@ class Tag
|
|||
* @param integer $limit
|
||||
* @return array with URI-ID
|
||||
*/
|
||||
public static function getURIIdListForTag(string $search, int $uid = 0, int $start = 0, int $limit = 100)
|
||||
public static function getURIIdListByTag(string $search, int $uid = 0, int $start = 0, int $limit = 100)
|
||||
{
|
||||
$condition = ["`name` = ? AND (NOT `private` OR (`private` AND `uid` = ?))", $search, $uid];
|
||||
$params = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue