summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system.module2
-rw-r--r--modules/system/system.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/system.module b/modules/system.module
index 28503293b..16f3b3672 100644
--- a/modules/system.module
+++ b/modules/system.module
@@ -13,7 +13,7 @@ function system_help() {
}
function system_perm() {
- return array("administer settings and filters");
+ return array("administer settings and filters", "access administration pages");
}
function system_link($type) {
diff --git a/modules/system/system.module b/modules/system/system.module
index 28503293b..16f3b3672 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -13,7 +13,7 @@ function system_help() {
}
function system_perm() {
- return array("administer settings and filters");
+ return array("administer settings and filters", "access administration pages");
}
function system_link($type) {