diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-21 23:07:16 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-05-21 23:07:16 +0000 |
commit | 4bc255ba792db435e2d487f113ca2a638ed63fea (patch) | |
tree | 0ca88b698215d5866b5643ad57add73b4410d64a /includes/common.inc | |
parent | 02c8592759c5b33d3d94fe6a515f10af4317dd5c (diff) | |
download | brdo-4bc255ba792db435e2d487f113ca2a638ed63fea.tar.gz brdo-4bc255ba792db435e2d487f113ca2a638ed63fea.tar.bz2 |
Roll-back of #310467: Breaks installer requirements check and update.php.
Diffstat (limited to 'includes/common.inc')
-rw-r--r-- | includes/common.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index a6e5c3b7a..74e10f884 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -3556,7 +3556,8 @@ function drupal_common_theme() { 'maintenance_page' => array( 'arguments' => array('content' => NULL, 'show_blocks' => TRUE, 'show_messages' => TRUE), 'template' => 'maintenance-page', - 'path' => 'includes' + 'path' => 'includes', + 'file' => 'theme.maintenance.inc', ), 'update_page' => array( 'arguments' => array('content' => NULL, 'show_messages' => TRUE), |