diff options
author | friendica <info@friendica.com> | 2013-08-08 03:28:42 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-08-08 03:28:42 -0700 |
commit | 085eec48692e08d05bf2f15a2e2cf05db575048f (patch) | |
tree | 615046abb32e57149a2532cc7badcb3b4eed9d07 /include/conversation.php | |
parent | 6b7c7206738a6816ecf152082eeb5063201b3f89 (diff) | |
download | volse-hubzilla-085eec48692e08d05bf2f15a2e2cf05db575048f.tar.gz volse-hubzilla-085eec48692e08d05bf2f15a2e2cf05db575048f.tar.bz2 volse-hubzilla-085eec48692e08d05bf2f15a2e2cf05db575048f.zip |
malformed ru string file
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index d80ff2cc7..6d551a5c9 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -137,7 +137,7 @@ function localize_item(&$item){ case ACTIVITY_OBJ_NOTE: default: $post_type = t('status'); - if($obj->id != $item['mid']) + if($obj['id'] != $item['mid']) $post_type = t('comment'); break; } |