diff options
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/conversation.php b/include/conversation.php index 368a0b0df..285c64cbb 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -126,9 +126,10 @@ function localize_item(&$item){ break; case ACTIVITY_OBJ_NOTE: default: - if(! ($item_flags & ITEM_THREAD_TOP)) - $post_type = t('comment'); - else +// wrong item_flags, this won't work +// if(! ($item_flags & ITEM_THREAD_TOP)) +// $post_type = t('comment'); +// else $post_type = t('status'); break; } |