summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2007-03-02 09:54:01 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2007-03-02 09:54:01 +0000
commitbfa5d45db8fbfab492cc89fea801900468d11e92 (patch)
tree0c75fd0917204ed50627b1dc8489de22c56397be
parentba0ff1a9b7805cde4521d07ca0f039506173bb6b (diff)
downloadbrdo-bfa5d45db8fbfab492cc89fea801900468d11e92.tar.gz
brdo-bfa5d45db8fbfab492cc89fea801900468d11e92.tar.bz2
- Missing task list during update with JS turned on.
-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;