diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-06-28 07:46:15 +1000 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-06-28 07:46:15 +1000 |
commit | bad22498bccc1f5fd21bad4ccb5b0e06b77160c6 (patch) | |
tree | d54436308ad56e53c68d9b3d55fdb41bbbe91a27 /mod | |
parent | 22b9e97ae2e46513c7a43cb27e7230bc5c40b9d4 (diff) | |
parent | 7fafcbb6ef1a3f33fdb86c34c37a87495127da3f (diff) | |
download | volse-hubzilla-bad22498bccc1f5fd21bad4ccb5b0e06b77160c6.tar.gz volse-hubzilla-bad22498bccc1f5fd21bad4ccb5b0e06b77160c6.tar.bz2 volse-hubzilla-bad22498bccc1f5fd21bad4ccb5b0e06b77160c6.zip |
Merge pull request #363 from solstag/postnotstatus
simply 'post' is a better default term than 'status'
Diffstat (limited to 'mod')
-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 +} |