summaryrefslogtreecommitdiff
path: root/includes/theme.maintenance.inc
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-02-25 20:57:39 +0000
committerDries Buytaert <dries@buytaert.net>2010-02-25 20:57:39 +0000
commit96b9d512c3e037ded1b076e18fc4b6821e3485a5 (patch)
tree36876bfc053ae5b6109648dd37a68312eee8e3cd /includes/theme.maintenance.inc
parent6d7e7bb8a31910de2acf6b9e7dd8bb3eb2886dd2 (diff)
downloadbrdo-96b9d512c3e037ded1b076e18fc4b6821e3485a5.tar.gz
brdo-96b9d512c3e037ded1b076e18fc4b6821e3485a5.tar.bz2
- Patch #228818 by effulgentsia, JonathanRoberts: IE stylesheets ignored after 31 link/style tags.
Diffstat (limited to 'includes/theme.maintenance.inc')
-rw-r--r--includes/theme.maintenance.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc
index 9c90de6cc..c7b7ae0a7 100644
--- a/includes/theme.maintenance.inc
+++ b/includes/theme.maintenance.inc
@@ -137,6 +137,7 @@ function theme_install_page($variables) {
template_preprocess($variables, 'install_page');
template_preprocess_maintenance_page($variables);
template_process($variables, 'install_page');
+ template_process_maintenance_page($variables);
// Special handling of error messages
$messages = drupal_set_message();
@@ -197,6 +198,7 @@ function theme_update_page($variables) {
template_preprocess($variables, 'update_page');
template_preprocess_maintenance_page($variables);
template_process($variables, 'update_page');
+ template_process_maintenance_page($variables);
// Special handling of warning messages.
$messages = drupal_set_message();