summaryrefslogtreecommitdiff
path: root/modules/comment/comment.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-08-30 19:54:22 +0000
committerDries Buytaert <dries@buytaert.net>2007-08-30 19:54:22 +0000
commit00181ecb3958c67758d830e93b3bfc4d220a2d2d (patch)
tree451e4b4aff8d501a73dbb8095e8521b965a1e758 /modules/comment/comment.module
parent78236ada52096956f6f4693dc74163929687e31f (diff)
downloadbrdo-00181ecb3958c67758d830e93b3bfc4d220a2d2d.tar.gz
brdo-00181ecb3958c67758d830e93b3bfc4d220a2d2d.tar.bz2
- Removing whitespace.
Diffstat (limited to 'modules/comment/comment.module')
-rw-r--r--modules/comment/comment.module2
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'];
}