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 ca3661020..73381d211 100644 --- a/modules/comment/comment.module +++ b/modules/comment/comment.module @@ -814,7 +814,7 @@ function comment_save($edit) { drupal_set_message(t('Your comment has been queued for moderation by site administrators and will be published after approval.')); } else { - comment_invoke_comment($edit, 'publish'); + comment_invoke_comment($edit, 'publish'); } return $edit['cid']; } |