summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module4
1 files changed, 4 insertions, 0 deletions
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.'),