Renamed function

This commit is contained in:
Michael 2020-05-05 21:58:25 +00:00
commit d33f6fc167
3 changed files with 3 additions and 3 deletions

View file

@ -1307,7 +1307,7 @@ function photos_content(App $a)
}
$tags = null;
$tag_text = Tag::tagTextFromItemId($link_item['uri-id']);
$tag_text = Tag::getCSVByURIId($link_item['uri-id']);
if (!empty($link_item['id']) && !empty($tag_text)) {
$arr = explode(',', $tag_text);