X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ftagrm.php;h=5041145cc323e2a99268b706b4c0c71e2049b832;hb=7140e56d1f01ce8448fa432411c10b9212fc8a66;hp=99d22f3d2aa1bad0904b86040086d01daa451b78;hpb=01f171bce71126f60cf0ef9b447006b34c5a3891;p=friendica.git diff --git a/mod/tagrm.php b/mod/tagrm.php old mode 100644 new mode 100755 index 99d22f3d2a..5041145cc3 --- a/mod/tagrm.php +++ b/mod/tagrm.php @@ -38,7 +38,7 @@ function tagrm_post(&$a) { intval(local_user()) ); - notice( t('Tag removed') . EOL ); + info( t('Tag removed') . EOL ); goaway($a->get_baseurl() . '/' . $_SESSION['photo_return']); // NOTREACHED @@ -96,4 +96,4 @@ function tagrm_content(&$a) { return $o; -} \ No newline at end of file +}