summaryrefslogtreecommitdiffstatshomepage
path: root/update.php
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2006-08-14 20:35:11 +0000
committerDries Buytaert <dries@buytaert.net>2006-08-14 20:35:11 +0000
commit937f9099b47b12ba75c035ac8e328b0bf27ccd02 (patch)
treeff793e6bd5db3505bb9884499dcf04f469d46ba3 /update.php
parent5b455a2e0fdaec6b5b9c324ffbbe4bddd8c617ee (diff)
downloaddrupal-937f9099b47b12ba75c035ac8e328b0bf27ccd02.tar.gz
drupal-937f9099b47b12ba75c035ac8e328b0bf27ccd02.zip
- Patch #77183 by m3vrck: cleaned up some of the CSS mess.
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 039e882ac77..873841038eb 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>';