diff options
author | Alexandre Hannud Abdo <abdo@member.fsf.org> | 2015-06-27 18:10:18 -0300 |
---|---|---|
committer | Alexandre Hannud Abdo <abdo@member.fsf.org> | 2015-06-27 18:10:18 -0300 |
commit | 7fafcbb6ef1a3f33fdb86c34c37a87495127da3f (patch) | |
tree | 212c9878ad94033be728bf8f221b3ba52a37022d | |
parent | 1ee1b6a33435a0d05031312f988066d99ea06d5c (diff) | |
download | volse-hubzilla-7fafcbb6ef1a3f33fdb86c34c37a87495127da3f.tar.gz volse-hubzilla-7fafcbb6ef1a3f33fdb86c34c37a87495127da3f.tar.bz2 volse-hubzilla-7fafcbb6ef1a3f33fdb86c34c37a87495127da3f.zip |
simply 'post' is a better default term than 'status'
-rw-r--r-- | mod/tagger.php | 4 |
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 +} |