]> git.mxchange.org Git - friendica.git/blobdiff - mod/tagrm.php
Replace remaining instances with "allowlist", "denylist" and "blocklist"
[friendica.git] / mod / tagrm.php
index 3aefe0680f7fe583e1ad2e470532efda12f914db..4022f999db3c04a87b7130e3d358dca6e2a0a1db 100644 (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);