aboutsummaryrefslogtreecommitdiffstats
path: root/mod/tagrm.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-05-23 18:17:02 -0700
committerFriendika <info@friendika.com>2011-05-23 18:17:02 -0700
commit78b2db3a9840f551c951bf0a58a54cce08133bcf (patch)
tree95ed3bd4e52218640d0c13f9691da5a051be5cd8 /mod/tagrm.php
parent3e6180183bdc01edfa01dc4b966daa4081c29604 (diff)
parentdd32a2366c52f7cd234a562c2d9ab7627f162305 (diff)
downloadvolse-hubzilla-78b2db3a9840f551c951bf0a58a54cce08133bcf.tar.gz
volse-hubzilla-78b2db3a9840f551c951bf0a58a54cce08133bcf.tar.bz2
volse-hubzilla-78b2db3a9840f551c951bf0a58a54cce08133bcf.zip
Merge branch 'fabrixxm-master'
Conflicts: boot.php
Diffstat (limited to 'mod/tagrm.php')
-rw-r--r--mod/tagrm.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/tagrm.php b/mod/tagrm.php
index 99d22f3d2..5041145cc 100644
--- 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
+}