function names changed

This commit is contained in:
Michael 2020-05-01 06:01:22 +00:00
parent 6d4962a571
commit 3b2ae5c4a9
6 changed files with 10 additions and 10 deletions

View file

@ -3563,7 +3563,7 @@ class Item
return $ev;
}
$tags = Tag::populateTagsFromItem($item);
$tags = Tag::populateFromItem($item);
$item['tags'] = $tags['tags'];
$item['hashtags'] = $tags['hashtags'];