summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-03-21 21:20:43 +0000
committerDries Buytaert <dries@buytaert.net>2010-03-21 21:20:43 +0000
commit25feb96f6dd5d5f1a73249a6f63354537db58fd2 (patch)
treed9528d316a10ed4328675fd52eeb55f74395ac10 /modules/system/system.module
parent9b8c393d4ef0883d8e1bb0d2c7059c52a8ad4fe1 (diff)
downloadbrdo-25feb96f6dd5d5f1a73249a6f63354537db58fd2.tar.gz
brdo-25feb96f6dd5d5f1a73249a6f63354537db58fd2.tar.bz2
- Patch #248598 by David_Rothstein, pwolanin, aspilicious: improved warning about dangerous permissions.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index f4b31ce1c..2154d0573 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -207,7 +207,7 @@ function system_permission() {
),
'administer site configuration' => array(
'title' => t('Administer site configuration'),
- 'description' => drupal_placeholder(array('text' => t('Warning: Give to trusted roles only; this permission has security implications.'))),
+ 'restrict access' => TRUE,
),
'administer themes' => array(
'title' => t('Administer themes'),