From 4762bbf88c96331a8f92b2a32d48a8f8a36f674a Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sat, 15 Aug 2009 06:26:28 +0000 Subject: #545952 follow-up by dmitrig01: Fix sqlite errors because of bad menu conversion. --- modules/system/system.module | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/system') 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, -- cgit v1.2.3