From 96b9d512c3e037ded1b076e18fc4b6821e3485a5 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 25 Feb 2010 20:57:39 +0000 Subject: - Patch #228818 by effulgentsia, JonathanRoberts: IE stylesheets ignored after 31 link/style tags. --- includes/theme.maintenance.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes/theme.maintenance.inc') 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(); -- cgit v1.2.3