- Patch #46183 by chx: made maintenance mode work again.

4.7.x
Dries Buytaert 2006-01-24 18:18:41 +00:00
parent 6f978a04f9
commit 4dd63e0385
1 changed files with 1 additions and 0 deletions

View File

@ -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';