From cb76fb8b9b659c4ec06e359f375a35a534927b99 Mon Sep 17 00:00:00 2001 From: redmatrix Date: Tue, 23 Jun 2015 19:45:39 -0700 Subject: item flag fixes discovered after a few merges --- include/diaspora.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/diaspora.php') diff --git a/include/diaspora.php b/include/diaspora.php index f46ddc764..997cbb187 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -2456,7 +2456,7 @@ function diaspora_send_status($item,$owner,$contact,$public_batch = false) { } */ - if($item['item_flags'] & ITEM_CONSENSUS) { + if(intval($item['item_consensus'])) { $poll = replace_macros(get_markup_template('diaspora_consensus.tpl'), array( '$guid_q' => random_string(), '$question' => t('Please choose'), -- cgit v1.2.3