diff options
author | Dries Buytaert <dries@buytaert.net> | 2007-08-30 19:54:22 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2007-08-30 19:54:22 +0000 |
commit | 00181ecb3958c67758d830e93b3bfc4d220a2d2d (patch) | |
tree | 451e4b4aff8d501a73dbb8095e8521b965a1e758 /modules | |
parent | 78236ada52096956f6f4693dc74163929687e31f (diff) | |
download | brdo-00181ecb3958c67758d830e93b3bfc4d220a2d2d.tar.gz brdo-00181ecb3958c67758d830e93b3bfc4d220a2d2d.tar.bz2 |
- Removing whitespace.
Diffstat (limited to 'modules')
-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']; } |