### Eclipse Workspace Patch 1.0
#P Test Drupal 6
Index: includes/batch.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/batch.inc,v
retrieving revision 1.5
diff -u -r1.5 batch.inc
--- includes/batch.inc	1 Jun 2007 09:05:44 -0000	1.5
+++ includes/batch.inc	4 Jun 2007 09:01:57 -0000
@@ -235,7 +235,7 @@
     if (isset($current_set['form_submit']) && ($function = $current_set['form_submit']) && function_exists($function)) {
       // We use our stored copies of $form and $form_state, to account for
       // possible alteration by the submit handlers.
-      $function($batch['form'], $batch['form_state'], $batch['form_state']['values']);
+      $function($batch['form'], $batch['form_state']);
     }
     return TRUE;
   }
