diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-09-22 19:02:20 +0200 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-09-22 19:02:20 +0200 |
commit | d7c9f2ccba1f0a19c3b60281589ab7dd611c744b (patch) | |
tree | 9cf73bfaed9b8ad3c7c3239ce2b8e1baa57c9b62 /mod/item.php | |
parent | cbd7f8906674f6373f0dc6a8f79ecfcd4ce4bd8d (diff) | |
parent | 7dd61c05dcf169807aed91d305ea235bcaa9035e (diff) | |
download | volse-hubzilla-d7c9f2ccba1f0a19c3b60281589ab7dd611c744b.tar.gz volse-hubzilla-d7c9f2ccba1f0a19c3b60281589ab7dd611c744b.tar.bz2 volse-hubzilla-d7c9f2ccba1f0a19c3b60281589ab7dd611c744b.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'mod/item.php')
-rw-r--r-- | mod/item.php | 1 |
1 files changed, 1 insertions, 0 deletions
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 |