From 4762bbf88c96331a8f92b2a32d48a8f8a36f674a Mon Sep 17 00:00:00 2001
From: Angie Byron <webchick@24967.no-reply.drupal.org>
Date: Sat, 15 Aug 2009 06:26:28 +0000
Subject: [PATCH] #545952 follow-up by dmitrig01: Fix sqlite errors because of
 bad menu conversion.

---
 modules/system/system.module | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/system/system.module b/modules/system/system.module
index 7d2e93d77eef..36e857d66fb9 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,
-- 
GitLab