From: friendica Date: Sat, 30 Jun 2012 12:16:30 +0000 (-0700) Subject: restore 'shareable' to feeds after recent feed privacy re-factoring X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6cc844b2f984f445549acc79105ae32baab20484;p=friendica.git restore 'shareable' to feeds after recent feed privacy re-factoring --- diff --git a/include/conversation.php b/include/conversation.php index f2fb2e97b4..bbb6a1f85b 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -546,7 +546,7 @@ function conversation(&$a, $items, $mode, $update, $preview = false) { } $likebuttons = ''; - $shareable = ((($profile_owner == local_user()) && (! $item['private'] == 1)) ? true : false); + $shareable = ((($profile_owner == local_user()) && ($item['private'] != 1)) ? true : false); if($page_writeable) { /* if($toplevelpost) { */