summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorSteven Wittens <steven@10.no-reply.drupal.org>2006-09-01 17:23:29 +0000
committerSteven Wittens <steven@10.no-reply.drupal.org>2006-09-01 17:23:29 +0000
commit31bf3df7a5095c2fb4f1980033708140d4790273 (patch)
tree21f13cef4ae79338d4efef2ea85e7cd11b0b5513 /modules/system/system.module
parentdac1e339889c8076b83f0cbb4264fe84fbd7f644 (diff)
downloadbrdo-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.module2
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',