Index: modules/comment/comment.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/comment/comment.module,v
retrieving revision 1.547
diff -u -w -B -F^f -r1.547 comment.module
--- modules/comment/comment.module	29 May 2007 06:27:37 -0000	1.547
+++ modules/comment/comment.module	30 May 2007 21:39:03 -0000
@@ -1723,7 +1723,7 @@ function _comment_form_submit(&$form_val
 }
 
 function comment_form_submit($form, &$form_state, $form_values) {
-  _comment_form_submit($form_state['values']);
+  _comment_form_submit($form_values);
   if ($cid = comment_save($form_values)) {
     $form_state['redirect'] = array('node/'. $form_values['nid'], NULL, "comment-$cid");
     return;
