From 896954da58edb61bada511af47940b374dc368c2 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 31 Aug 2009 18:43:12 +0000 Subject: #321828 by Davy Van Den Bremt and Damien Tournoud: Move template_preprocess_maintenance_page() to theme.inc to allow Drupal to properly report fatal errors. --- includes/common.inc | 2 -- 1 file changed, 2 deletions(-) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index 7faf03225..2cc735049 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -4479,8 +4479,6 @@ function drupal_common_theme() { 'maintenance_page' => array( 'arguments' => array('content' => NULL, 'show_messages' => TRUE), 'template' => 'maintenance-page', - 'path' => 'includes', - 'file' => 'theme.maintenance.inc', ), 'update_page' => array( 'arguments' => array('content' => NULL, 'show_messages' => TRUE), -- cgit v1.2.3