diff options
author | friendica <info@friendica.com> | 2012-06-11 16:21:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-11 16:21:27 -0700 |
commit | 3b9c3d886d0c5fcc289950a2c4aeff8457a24217 (patch) | |
tree | 79aec463d2cffd23200252a83556178cbbb3e206 /include/conversation.php | |
parent | afa88154114d5632cb13e7c3f56143cccdfd7daa (diff) | |
download | volse-hubzilla-3b9c3d886d0c5fcc289950a2c4aeff8457a24217.tar.gz volse-hubzilla-3b9c3d886d0c5fcc289950a2c4aeff8457a24217.tar.bz2 volse-hubzilla-3b9c3d886d0c5fcc289950a2c4aeff8457a24217.zip |
sheesh
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index a9c6287a9..68693bb9f 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'])) ? true : false); //($mode != 'display') && + $shareable = ((($profile_owner == local_user()) && ((! $item['private']) || $item['network'] === NETWORK_FEED)) ? true : false); if($page_writeable) { if($toplevelpost) { |