- Patch #146667 by yched: FAPI fix.

6.x
Dries Buytaert 2007-06-04 13:11:34 +00:00
parent e31d3bdc24
commit f16f70a89e
1 changed files with 1 additions and 1 deletions

View File

@ -235,7 +235,7 @@ function _batch_next_set() {
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;
}