summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
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 21ad835fc..cb423e1a3 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -1008,7 +1008,7 @@ function system_menu() {
'title' => 'Status report',
'description' => "Get a status report about your site's operation and any detected problems.",
'page callback' => 'system_status',
- 'weight' => 10,
+ 'weight' => -60,
'access arguments' => array('administer site configuration'),
'file' => 'system.admin.inc',
);