aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-26 18:39:19 -0700
committerFriendika <info@friendika.com>2011-04-26 18:39:19 -0700
commita5d478233c51bc5adc42f8193acd65d1790ef1e5 (patch)
tree3a041a75f5c12cb0ea5ce0c533fab4e00206dfeb /include/conversation.php
parentcde17704ddbbe2b4926824aa2aa7aec7a9ac2dd6 (diff)
downloadvolse-hubzilla-a5d478233c51bc5adc42f8193acd65d1790ef1e5.tar.gz
volse-hubzilla-a5d478233c51bc5adc42f8193acd65d1790ef1e5.tar.bz2
volse-hubzilla-a5d478233c51bc5adc42f8193acd65d1790ef1e5.zip
misspell
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 8e7554577..b3e424e52 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -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)) {