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 850eff710..7fcc91566 100644 --- a/includes/batch.inc +++ b/includes/batch.inc @@ -58,7 +58,7 @@ function _batch_page() { } // Register database update for the end of processing. - register_shutdown_function('_batch_shutdown'); + drupal_register_shutdown_function('_batch_shutdown'); // Add batch-specific CSS. foreach ($batch['sets'] as $batch_set) { |