aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-24 20:21:37 -0800
committerfriendica <info@friendica.com>2013-02-24 20:21:37 -0800
commitcfd0dc1bffb8f7151db670af26f89a3a746fd88d (patch)
tree727dfd4553ed1e7e5cad2ead0574ceaeecf1ead4 /include/conversation.php
parent32aef838f8317ef908f50c02c2edd4a6fa9ee012 (diff)
downloadvolse-hubzilla-cfd0dc1bffb8f7151db670af26f89a3a746fd88d.tar.gz
volse-hubzilla-cfd0dc1bffb8f7151db670af26f89a3a746fd88d.tar.bz2
volse-hubzilla-cfd0dc1bffb8f7151db670af26f89a3a746fd88d.zip
little fixes
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php7
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;
}