diff options
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 7d2e93d77..36e857d66 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -579,7 +579,6 @@ function system_menu() { ); $items['admin/config/config'] = array( 'title' => 'Configuration', - 'access callback' => array('user_access'), 'access arguments' => array('administer site configuration'), 'type' => MENU_DEFAULT_LOCAL_TASK, 'weight' => -10, @@ -589,7 +588,6 @@ function system_menu() { 'description' => 'Enable or disable add-on modules for your site.', 'page callback' => 'drupal_get_form', 'page arguments' => array('system_modules'), - 'access callback' => array('user_access'), 'access arguments' => array('administer site configuration'), 'type' => MENU_LOCAL_TASK, 'weight' => 10, |