this is going to take some more debug before it can be roller out

This commit is contained in:
friendica 2012-06-23 07:43:56 -07:00
parent 63141c73d8
commit 7a346bc756
1 changed files with 2 additions and 2 deletions

View File

@ -549,13 +549,13 @@ function conversation(&$a, $items, $mode, $update, $preview = false) {
$shareable = ((($profile_owner == local_user()) && ((! $item['private']) || $item['network'] === NETWORK_FEED)) ? true : false);
if($page_writeable) {
/* if($toplevelpost) { */
if($toplevelpost) {
$likebuttons = array(
'like' => array( t("I like this \x28toggle\x29"), t("like")),
'dislike' => array( t("I don't like this \x28toggle\x29"), t("dislike")),
);
if ($shareable) $likebuttons['share'] = array( t('Share this'), t('share'));
/* } */
}
$qc = $qcomment = null;