From ea9f169a6c58ede69882a82160618f3a29b32c42 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 22 Sep 2015 10:59:19 +0200 Subject: fix consensus items - issue #53 --- mod/item.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/item.php b/mod/item.php index d0cf59091..93f24bd1a 100644 --- a/mod/item.php +++ b/mod/item.php @@ -641,6 +641,7 @@ function item_post(&$a) { $item_unseen = ((local_channel() != $profile_uid) ? 1 : 0); $item_wall = (($post_type === 'wall' || $post_type === 'wall-comment') ? 1 : 0); $item_origin = (($origin) ? 1 : 0); + $item_consensus = (($consensus) ? 1 : 0); // determine if this is a wall post -- cgit v1.2.3