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 194b53db3..3622c0cb4 100644 --- a/includes/batch.inc +++ b/includes/batch.inc @@ -190,7 +190,7 @@ function _batch_progress_page_nojs() { } $url = url($batch['url'], array('query' => array('id' => $batch['id'], 'op' => $new_op))); - drupal_set_html_head('<meta http-equiv="Refresh" content="0; URL=' . $url . '">'); + drupal_add_html_head('<meta http-equiv="Refresh" content="0; URL=' . $url . '">'); return theme('progress_bar', $percentage, $message); } |