]> git.mxchange.org Git - friendica.git/commitdiff
this is going to take some more debug before it can be roller out
authorfriendica <info@friendica.com>
Sat, 23 Jun 2012 14:43:56 +0000 (07:43 -0700)
committerfriendica <info@friendica.com>
Sat, 23 Jun 2012 14:43:56 +0000 (07:43 -0700)
include/conversation.php

index 946014b6d402bcbf10ebfa1d08b40cf2b4ef886e..d830c8daa6add5e3b6502b5ad9f05f519684b1b6 100644 (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;