From 7fafcbb6ef1a3f33fdb86c34c37a87495127da3f Mon Sep 17 00:00:00 2001 From: Alexandre Hannud Abdo Date: Sat, 27 Jun 2015 18:10:18 -0300 Subject: simply 'post' is a better default term than 'status' --- mod/tagger.php | 4 ++-- 1 file 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 +} -- cgit v1.2.3