mirror of
https://github.com/friendica/friendica
synced 2025-01-24 19:39:48 +00:00
Merge remote-tracking branch 'upstream/develop' into issue-8586
This commit is contained in:
commit
ab4eaeedbe
1 changed files with 2 additions and 2 deletions
|
@ -1307,9 +1307,9 @@ function photos_content(App $a)
|
||||||
}
|
}
|
||||||
|
|
||||||
$tags = null;
|
$tags = null;
|
||||||
$tag_text = Tag::getCSVByURIId($link_item['uri-id']);
|
|
||||||
|
|
||||||
if (!empty($link_item['id']) && !empty($tag_text)) {
|
if (!empty($link_item['id'])) {
|
||||||
|
$tag_text = Tag::getCSVByURIId($link_item['uri-id']);
|
||||||
$arr = explode(',', $tag_text);
|
$arr = explode(',', $tag_text);
|
||||||
// parse tags and add links
|
// parse tags and add links
|
||||||
$tag_arr = [];
|
$tag_arr = [];
|
||||||
|
|
Loading…
Add table
Reference in a new issue