]> git.mxchange.org Git - friendica.git/commitdiff
misspell
authorFriendika <info@friendika.com>
Wed, 27 Apr 2011 01:39:19 +0000 (18:39 -0700)
committerFriendika <info@friendika.com>
Wed, 27 Apr 2011 01:39:19 +0000 (18:39 -0700)
include/conversation.php

index 8e7554577853e04d884bb802248ebe3eb3eafef9..b3e424e524fb269d3c2d5b17356aac3a40472d0d 100644 (file)
@@ -294,7 +294,7 @@ function conversation(&$a, $items, $mode, $update) {
                                $comments_seen ++;
 
 
-                       $override_coment_box = (($page_writeable) && ($item_writeable) ? true : false);
+                       $override_comment_box = ((($page_writeable) && ($item_writeable)) ? true : false);
                        $show_comment_box = ((($page_writeable) && ($item_writeable) && ($comments_seen == $comments[$item['parent']])) ? true : false);
 
                        if(($comments[$item['parent']] > 2) && ($comments_seen <= ($comments[$item['parent']] - 2)) && ($item['gravity'] == 6)) {