diff --git a/e107_handlers/comment_class.php b/e107_handlers/comment_class.php
index 0fd252595..68fa13243 100644
--- a/e107_handlers/comment_class.php
+++ b/e107_handlers/comment_class.php
@@ -158,7 +158,8 @@ class comment
$text .= $rate."
\n
".COMLAN_8.": | \n
\n \n".$text2." | \n
- \n
\n\n";
if ($tablerender)
{
@@ -725,7 +726,7 @@ class comment
}
}
- if (($lock != '1') && ($this->getCommentPermissions() === 'rw'))
+ if ($lock != '1')
{
$comment = $this->form_comment($action, $table, $id, $subject, "", TRUE, $rate, $tablerender);
}