summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/update.php b/update.php
index 039e882ac..873841038 100644
--- a/update.php
+++ b/update.php
@@ -402,6 +402,7 @@ function update_progress_page() {
// Prevent browser from using cached drupal.js or update.js
drupal_add_js('misc/progress.js', TRUE);
drupal_add_js('misc/update.js', TRUE);
+ drupal_add_css(drupal_get_path('module', 'system') .'/admin.css', 'core');
drupal_set_title('Updating');
$output = '<div id="progress"></div>';