summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-15 06:26:28 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-15 06:26:28 +0000
commit4762bbf88c96331a8f92b2a32d48a8f8a36f674a (patch)
tree5724d12126f6a6d8d5c375ec7f96027b804b42d9 /modules
parent8b86d0da84570d3f6d461a502b94bedc2f91889e (diff)
downloadbrdo-4762bbf88c96331a8f92b2a32d48a8f8a36f674a.tar.gz
brdo-4762bbf88c96331a8f92b2a32d48a8f8a36f674a.tar.bz2
#545952 follow-up by dmitrig01: Fix sqlite errors because of bad menu conversion.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.module2
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,