diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-25 16:33:43 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-08-25 16:33:43 +0000 |
commit | 9756ad05ec7ae446c4f8d5846cc46cac0a24da4c (patch) | |
tree | cdc117d9cf3728568ecc34560003424c9b748fc3 /modules/system/system.module | |
parent | 245d83cb84124af7fd595e0a552a6ba782720d2e (diff) | |
download | brdo-9756ad05ec7ae446c4f8d5846cc46cac0a24da4c.tar.gz brdo-9756ad05ec7ae446c4f8d5846cc46cac0a24da4c.tar.bz2 |
#546878 follow-up by Gábor Hojtsy: Remove double-placement of Performance menu item.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 0fa637dee..274558e0d 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -795,15 +795,7 @@ function system_menu() { 'access arguments' => array('administer site configuration'), 'file' => 'system.admin.inc', ); - $items['admin/settings/performance'] = array( - 'title' => 'Performance', - 'description' => 'Enable or disable page caching for anonymous users and set CSS and JS bandwidth optimization options.', - 'page callback' => 'drupal_get_form', - 'page arguments' => array('system_performance_settings'), - 'access arguments' => array('administer site configuration'), - 'file' => 'system.admin.inc', - ); - $items['admin/config/development/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', |