diff options
author | friendica <info@friendica.com> | 2012-06-23 07:43:56 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-23 07:43:56 -0700 |
commit | 7a346bc7560c068e084155c98108b404eafc78b2 (patch) | |
tree | 8bd904b88128464c09e53b85c9a227a310b1b7f0 /include/conversation.php | |
parent | 63141c73d8d87e4f861e914bda01426830824996 (diff) | |
download | volse-hubzilla-7a346bc7560c068e084155c98108b404eafc78b2.tar.gz volse-hubzilla-7a346bc7560c068e084155c98108b404eafc78b2.tar.bz2 volse-hubzilla-7a346bc7560c068e084155c98108b404eafc78b2.zip |
this is going to take some more debug before it can be roller out
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/conversation.php b/include/conversation.php index 946014b6d..d830c8daa 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -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; |