diff options
Diffstat (limited to 'modules/comment')
-rw-r--r-- | 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 f51194c0b..86ac2d363 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -225,7 +225,7 @@ function comment_reply($pid, $nid) { function comment_validate_form($edit) { global $user; - + /* ** Validate the comment's body. */ |