 modules/comment/comment.module |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/comment/comment.module b/modules/comment/comment.module
index 6938833..3e57b18 100644
--- a/modules/comment/comment.module
+++ b/modules/comment/comment.module
@@ -2177,7 +2177,7 @@ function comment_submit($comment) {
     // 1) Filter it into HTML
     // 2) Strip out all HTML tags
     // 3) Convert entities back to plain-text.
-    $comment_body = $comment->comment_body[LANGUAGE_NONE][0];
+    $comment_body = @$comment->comment_body[LANGUAGE_NONE][0];
     if (isset($comment_body['format'])) {
       $comment_text = check_markup($comment_body['value'], $comment_body['format']);
     }
