make dislikes work - though they need a display tweak

This commit is contained in:
friendica 2013-01-06 16:36:02 -08:00
parent a8afbec5fe
commit a9aa74a807
2 changed files with 2 additions and 2 deletions

View File

@ -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