summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-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',