aboutsummaryrefslogtreecommitdiffstats
path: root/mod/tagger.php
diff options
context:
space:
mode:
authorAlexandre Hannud Abdo <abdo@member.fsf.org>2015-06-27 18:10:18 -0300
committerAlexandre Hannud Abdo <abdo@member.fsf.org>2015-06-27 18:10:18 -0300
commit7fafcbb6ef1a3f33fdb86c34c37a87495127da3f (patch)
tree212c9878ad94033be728bf8f221b3ba52a37022d /mod/tagger.php
parent1ee1b6a33435a0d05031312f988066d99ea06d5c (diff)
downloadvolse-hubzilla-7fafcbb6ef1a3f33fdb86c34c37a87495127da3f.tar.gz
volse-hubzilla-7fafcbb6ef1a3f33fdb86c34c37a87495127da3f.tar.bz2
volse-hubzilla-7fafcbb6ef1a3f33fdb86c34c37a87495127da3f.zip
simply 'post' is a better default term than 'status'
Diffstat (limited to 'mod/tagger.php')
-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
+}