mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
misspell
This commit is contained in:
parent
cde17704dd
commit
a5d478233c
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue