X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ftagrm.php;h=4022f999db3c04a87b7130e3d358dca6e2a0a1db;hb=8eeb7807d3cf7c0490299b7540ca06f4d091217c;hp=3aefe0680f7fe583e1ad2e470532efda12f914db;hpb=980de370472a100e81b90a2937e8a4ae710d4e99;p=friendica.git diff --git a/mod/tagrm.php b/mod/tagrm.php index 3aefe0680f..4022f999db 100644 --- a/mod/tagrm.php +++ b/mod/tagrm.php @@ -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);