From: friendica <info@friendica.com>
Date: Sat, 23 Jun 2012 14:43:56 +0000 (-0700)
Subject: this is going to take some more debug before it can be roller out
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=7a346bc7560c068e084155c98108b404eafc78b2;p=friendica.git

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

diff --git a/include/conversation.php b/include/conversation.php
index 946014b6d4..d830c8daa6 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;