summaryrefslogtreecommitdiff
path: root/modules/system
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-14 14:00:14 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-08-14 14:00:14 +0000
commit40052b63f2ba16b62c3e2061b7ca8dd5171b2c1d (patch)
treef7a8576fc9df3f576ba39aee065bfcb658fa97c8 /modules/system
parentc730d8c179835b8855777f9aea3b8fc89c2f4e41 (diff)
downloadbrdo-40052b63f2ba16b62c3e2061b7ca8dd5171b2c1d.tar.gz
brdo-40052b63f2ba16b62c3e2061b7ca8dd5171b2c1d.tar.bz2
#549182 by catch: Move logging and errors to admin/config/development.
Diffstat (limited to 'modules/system')
-rw-r--r--modules/system/system.module8
1 files changed, 1 insertions, 7 deletions
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.',