diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-09-01 17:23:29 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2006-09-01 17:23:29 +0000 |
commit | 31bf3df7a5095c2fb4f1980033708140d4790273 (patch) | |
tree | 21f13cef4ae79338d4efef2ea85e7cd11b0b5513 /modules/system/system.module | |
parent | dac1e339889c8076b83f0cbb4264fe84fbd7f644 (diff) | |
download | brdo-31bf3df7a5095c2fb4f1980033708140d4790273.tar.gz brdo-31bf3df7a5095c2fb4f1980033708140d4790273.tar.bz2 |
Adjust menu item weight for status report
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 8ca5fb4de..8c32d188b 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -261,7 +261,7 @@ function system_menu($may_cache) { 'title' => t('status report'), 'description' => t('Get a status report about your site\'s operation and any detected problems.'), 'callback' => 'system_status', - 'weight' => -11, + 'weight' => 10, 'access' => $access); $items[] = array( 'path' => 'admin/logs/status/run-cron', |