diff options
Diffstat (limited to 'includes/batch.inc')
-rw-r--r-- | includes/batch.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/batch.inc b/includes/batch.inc index c0833208f..10fc2a737 100644 --- a/includes/batch.inc +++ b/includes/batch.inc @@ -447,7 +447,7 @@ function _batch_finished() { $_SESSION['batch_form_state'] = $_batch['form_state']; $function = $_batch['redirect_callback']; if (function_exists($function)) { - $function($_batch['source_url'], array('op' => 'finish', 'id' => $_batch['id'])); + $function($_batch['source_url'], array('query' => array('op' => 'finish', 'id' => $_batch['id']))); } } } |