summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-12 23:23:00 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-12 23:23:00 +0000
commit634139528322a045b07839fb9d8deea8ddb34230 (patch)
tree89c1dd99fbfe7fa21eef28506c1c8eea031aa53e /modules
parenta9699f24bbcadddc6fe9bcd066e3182b6bab154d (diff)
downloadbrdo-634139528322a045b07839fb9d8deea8ddb34230.tar.gz
brdo-634139528322a045b07839fb9d8deea8ddb34230.tar.bz2
#508458 follow-up by Josh Waihi: Fix menu access argument.
Diffstat (limited to 'modules')
-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',