make dislikes work - though they need a display tweak
This commit is contained in:
parent
a8afbec5fe
commit
a9aa74a807
@ -651,7 +651,7 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional') {
|
|||||||
// Can we put this after the visibility check?
|
// Can we put this after the visibility check?
|
||||||
like_puller($a,$item,$alike,'like');
|
like_puller($a,$item,$alike,'like');
|
||||||
|
|
||||||
if(feature_enabled($profile_uid,'dislike'))
|
if(feature_enabled($profile_owner,'dislike'))
|
||||||
like_puller($a,$item,$dlike,'dislike');
|
like_puller($a,$item,$dlike,'dislike');
|
||||||
|
|
||||||
// Only add what is visible
|
// Only add what is visible
|
||||||
|
Reference in New Issue
Block a user