aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-06-28 21:19:28 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-06-28 21:19:28 -0700
commit090dae46e500634cec8f3718fbb83d5dbb8f9690 (patch)
tree95913867ef065ecc3106a58ad3a773a93f84d500 /mod
parentde13497333c9b68e3fa2d73c9a0284da7797f405 (diff)
parentbad22498bccc1f5fd21bad4ccb5b0e06b77160c6 (diff)
downloadvolse-hubzilla-090dae46e500634cec8f3718fbb83d5dbb8f9690.tar.gz
volse-hubzilla-090dae46e500634cec8f3718fbb83d5dbb8f9690.tar.bz2
volse-hubzilla-090dae46e500634cec8f3718fbb83d5dbb8f9690.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'mod')
-rw-r--r--mod/tagger.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/tagger.php b/mod/tagger.php
index aafad58cf..f411bd6d5 100644
--- a/mod/tagger.php
+++ b/mod/tagger.php
@@ -48,7 +48,7 @@ function tagger_content(&$a) {
break;
default:
$targettype = ACTIVITY_OBJ_NOTE;
- $post_type = t('status');
+ $post_type = t('post');
if($item['mid'] != $item['parent_mid'])
$post_type = t('comment');
break;
@@ -133,4 +133,4 @@ function tagger_content(&$a) {
killme();
-} \ No newline at end of file
+}