From 87bdade9b90f3430f4723179894669682100d6e8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 6 May 2010 15:21:25 +0000 Subject: - Patch #787944 by yoroy: weight items on the Reports overview page. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') 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', ); -- cgit v1.2.3