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.module3
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index ea66c8147..ad08e46a7 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -529,8 +529,7 @@ function system_menu() {
'title' => 'Configuration and modules',
'page callback' => 'system_admin_config_page',
'position' => 'right',
- 'access callback' => array('system_admin_menu_block_access'),
- 'access arguments' => array('admin/config', 'access administration pages'),
+ 'access arguments' => array('access administration pages'),
);
$items['admin/structure'] = array(
'title' => 'Structure',