summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--update.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.php b/update.php
index d26c96f14..a8b0f98f9 100644
--- a/update.php
+++ b/update.php
@@ -409,6 +409,7 @@ function update_progress_page() {
drupal_add_js('misc/update.js', 'core', 'header', FALSE, TRUE);
drupal_set_title('Updating');
+ update_task_list('run');
$output = '<div id="progress"></div>';
$output .= '<p id="wait">Please wait while your site is being updated.</p>';
return $output;