diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-31 18:43:12 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-31 18:43:12 +0000 |
commit | 896954da58edb61bada511af47940b374dc368c2 (patch) | |
tree | f95a8787637a131bc8463c9a08eef5941de21fad /includes/common.inc | |
parent | 29f61882859b35077a990cfe06868e44cb5c113d (diff) | |
download | brdo-896954da58edb61bada511af47940b374dc368c2.tar.gz brdo-896954da58edb61bada511af47940b374dc368c2.tar.bz2 |
#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.
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 2 |
1 files changed, 0 insertions, 2 deletions
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), |