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 9f094eab6..9a4f8271f 100644 --- a/includes/batch.inc +++ b/includes/batch.inc @@ -444,7 +444,7 @@ function _batch_finished() { $_batch['form_state']['redirect'] = $_batch['redirect']; } else { - $_batch['form_state']['redirect'] = $_batch['source_page']; + $_batch['form_state']['redirect'] = $_batch['source_url']; } } |