From e46eba125888704b4381aa8418495e91eeb565c8 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 22 Jan 2015 17:41:16 -0800 Subject: heavy lifting converting item flag bits --- mod/subthread.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mod/subthread.php') diff --git a/mod/subthread.php b/mod/subthread.php index 92ada64ad..f4472cf05 100755 --- a/mod/subthread.php +++ b/mod/subthread.php @@ -96,10 +96,9 @@ function subthread_content(&$a) { ), )); - if(! ($item['item_flags'] & ITEM_THREAD_TOP)) + if(! intval($item['item_thread_top'])) $post_type = 'comment'; - $bodyverb = t('%1$s is following %2$s\'s %3$s'); $arr = array(); -- cgit v1.2.3