diff options
Diffstat (limited to 'modules/comment/comment.module')
-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 923381af0..6289df15c 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -406,7 +406,7 @@ function comment_reply($nid, $pid = NULL) { $edit = $_POST['edit']; comment_validate_form($edit); print theme('page', comment_preview($edit), t('Preview comment')); - + return; } // or are we merely showing the form? |