X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ftagrm.php;h=179276663b0fc5e60dba427ccae776c39d4d5d55;hb=24b5396b1d1e0c63b6dcc4d6d0ab7b73fb9d4cd8;hp=3aefe0680f7fe583e1ad2e470532efda12f914db;hpb=980de370472a100e81b90a2937e8a4ae710d4e99;p=friendica.git diff --git a/mod/tagrm.php b/mod/tagrm.php index 3aefe0680f..179276663b 100644 --- a/mod/tagrm.php +++ b/mod/tagrm.php @@ -44,7 +44,6 @@ function tagrm_post(App $a) $item_id = $_POST['item'] ?? 0; update_tags($item_id, $tags); - info(DI::l10n()->t('Tag(s) removed') . EOL); DI::baseUrl()->redirect($_SESSION['photo_return']); // NOTREACHED @@ -102,7 +101,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);