From 40052b63f2ba16b62c3e2061b7ca8dd5171b2c1d Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 14 Aug 2009 14:00:14 +0000 Subject: #549182 by catch: Move logging and errors to admin/config/development. --- modules/system/system.module | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'modules/system') diff --git a/modules/system/system.module b/modules/system/system.module index 8f7603da2..c5b39e09e 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -706,19 +706,13 @@ function system_menu() { 'page arguments' => array('system_site_information_settings'), 'access arguments' => array('administer site configuration'), ); - $items['admin/settings/logging'] = array( + $items['admin/config/development/logging'] = array( 'title' => 'Logging and errors', 'description' => "Settings for logging and alerts modules. Various modules can route Drupal's system events to different destinations, such as syslog, database, email, etc.", 'page callback' => 'drupal_get_form', 'page arguments' => array('system_logging_settings'), 'access arguments' => array('administer site configuration'), ); - $items['admin/settings/logging/settings'] = array( - 'title' => 'Settings', - 'access arguments' => array('administer site configuration'), - 'type' => MENU_DEFAULT_LOCAL_TASK, - 'weight' => -1, - ); $items['admin/settings/file-system'] = array( 'title' => 'File system', 'description' => 'Tell Drupal where to store uploaded files and how they are accessed.', -- cgit v1.2.3