Index: modules/comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/Attic/comment.module,v
retrieving revision 1.455.2.7
diff -u -r1.455.2.7 comment.module
--- modules/comment.module	18 Jul 2006 10:46:24 -0000	1.455.2.7
+++ modules/comment.module	18 Jul 2006 21:07:28 -0000
@@ -633,6 +633,7 @@
         _comment_update_node_statistics($edit['nid']);
 
         // Tell the other modules a new comment has been submitted.
+        $edit['status'] = $status;
         comment_invoke_comment($edit, 'insert');
 
         // Add an entry to the watchdog log.
