Renamed function

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

View File

@@ -102,7 +102,7 @@ function tagrm_content(App $a)
DI::baseUrl()->redirect($_SESSION['photo_return']);
}
$tag_text = Tag::tagTextFromItemId($item['uri-id']);
$tag_text = Tag::getCSVByURIId($item['uri-id']);
$arr = explode(',', $tag_text);