Renamed function
This commit is contained in:
parent
980de37047
commit
d33f6fc167
3 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue