X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ftagrm.php;h=179276663b0fc5e60dba427ccae776c39d4d5d55;hb=974f7bffc82d024a38b4709c6b250677a217f65a;hp=4022f999db3c04a87b7130e3d358dca6e2a0a1db;hpb=f4083f603150b1fd1eb89c9f5fd4a5b60f67f5d6;p=friendica.git diff --git a/mod/tagrm.php b/mod/tagrm.php index 4022f999db..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