]> git.mxchange.org Git - friendica.git/blobdiff - mod/tagrm.php
Fix notice "Undefined offset: 1"
[friendica.git] / mod / tagrm.php
index 4022f999db3c04a87b7130e3d358dca6e2a0a1db..179276663b0fc5e60dba427ccae776c39d4d5d55 100644 (file)
@@ -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