summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2008-11-07 07:11:22 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2008-11-07 07:11:22 +0000
commita8576b12f34cfb09d0a94d920d0effb35fab3c03 (patch)
treeeae9f30c41cf67c4dbfce5a96ce0f2e92236fe2c /includes
parent8a0ee80de6dc48c449f7f7deae2420d72702bdcf (diff)
downloadbrdo-a8576b12f34cfb09d0a94d920d0effb35fab3c03.tar.gz
brdo-a8576b12f34cfb09d0a94d920d0effb35fab3c03.tar.bz2
#321828 by Damien Tournoud: November Make-All-Tests-Pass-Again-Extravaganza: Correct registration of maintenance page in hook_theme().
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 34b40fbac..b032b893d 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -3069,6 +3069,8 @@ function drupal_common_theme() {
'maintenance_page' => array(
'arguments' => array('content' => NULL, 'show_blocks' => TRUE, 'show_messages' => TRUE),
'template' => 'maintenance-page',
+ 'path' => 'includes',
+ 'file' => 'theme.maintenance.inc',
),
'update_page' => array(
'arguments' => array('content' => NULL, 'show_messages' => TRUE),