From 9a34f7a1c2036e0e31e105cbfe6015216561f672 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 11 Aug 2009 17:26:33 +0000 Subject: =?UTF-8?q?#546048=20by=20G=C3=A1bor=20Hojtsy:=20Move=20maintenanc?= =?UTF-8?q?e=20mode=20setting=20to=20config/development.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- includes/menu.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes') diff --git a/includes/menu.inc b/includes/menu.inc index 3396476aa..4ad0770be 100644 --- a/includes/menu.inc +++ b/includes/menu.inc @@ -2745,8 +2745,8 @@ function _menu_site_is_offline() { // Ensure that the offline message is displayed only once [allowing for // page redirects], and specifically suppress its display on the site // maintenance page. - if (drupal_get_normal_path($_GET['q']) != 'admin/settings/maintenance-mode') { - drupal_set_message(t('Operating in maintenance mode. Go online.', array('@url' => url('admin/settings/maintenance-mode'))), 'status', FALSE); + if (drupal_get_normal_path($_GET['q']) != 'admin/config/development/maintenance') { + drupal_set_message(t('Operating in maintenance mode. Go online.', array('@url' => url('admin/config/development/maintenance'))), 'status', FALSE); } } else { -- cgit v1.2.3