diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-01-24 18:18:41 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-01-24 18:18:41 +0000 |
commit | 4dd63e0385d767721a42823dbf1f643dd8dce2b1 (patch) | |
tree | 2006b016dd98220ce5d991594a21333dfe1b5dea | |
parent | 6f978a04f91dfc50f268e3c871c1a4205d6091ab (diff) | |
download | brdo-4dd63e0385d767721a42823dbf1f643dd8dce2b1.tar.gz brdo-4dd63e0385d767721a42823dbf1f643dd8dce2b1.tar.bz2 |
- Patch #46183 by chx: made maintenance mode work again.
-rw-r--r-- | includes/bootstrap.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc index abfbb8e8b..c0139d06d 100644 --- a/includes/bootstrap.inc +++ b/includes/bootstrap.inc @@ -731,6 +731,7 @@ function _drupal_bootstrap($phase) { */ function drupal_maintenance_theme() { global $theme; + require_once './includes/path.inc'; require_once './includes/theme.inc'; require_once './includes/common.inc'; require_once './includes/unicode.inc'; |