From a9762cd3bf93ac8bbcafec23328c3ecde9d1498a Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 22 Aug 2009 18:24:14 +0000 Subject: #201415 by sun: Add a permission to access site in maintenance mode. --- modules/system/system.module | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index e768944e3..01a6f82a4 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -228,6 +228,10 @@ function system_permission() { 'title' => t('Access administration pages'), 'description' => t('View the administration panel and browse the help system.'), ), + 'access site in maintenance mode' => array( + 'title' => t('Access site in maintenance mode'), + 'description' => t('Log in when the site is in maintenance mode.'), + ), 'access site reports' => array( 'title' => t('Access site reports'), 'description' => t('View reports from system logs and other status information.'), -- cgit v1.2.3