diff options
author | mrjive <mrjive@mrjive.it> | 2015-09-22 13:11:54 +0200 |
---|---|---|
committer | mrjive <mrjive@mrjive.it> | 2015-09-22 13:11:54 +0200 |
commit | 5ec3d3e36d8bb7918b844b4ebbeb878c4b45e30d (patch) | |
tree | ece0274497ae0f3bc427cfa6e8f10752dd9934dc /mod/item.php | |
parent | 49d11ed9f88531bcd03f2f129230b0352014c22c (diff) | |
parent | 4b13f0e025b08263d7231845bc76034d9adc7847 (diff) | |
download | volse-hubzilla-5ec3d3e36d8bb7918b844b4ebbeb878c4b45e30d.tar.gz volse-hubzilla-5ec3d3e36d8bb7918b844b4ebbeb878c4b45e30d.tar.bz2 volse-hubzilla-5ec3d3e36d8bb7918b844b4ebbeb878c4b45e30d.zip |
Merge pull request #3 from redmatrix/master
updating from original codebase
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 |