diff options
author | Dries Buytaert <dries@buytaert.net> | 2010-05-06 15:21:25 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2010-05-06 15:21:25 +0000 |
commit | 87bdade9b90f3430f4723179894669682100d6e8 (patch) | |
tree | 0807403a4ed958ad22081a95172d772a2e40a155 /modules/system/system.module | |
parent | 5436424a42bf381293220bbcb357f578551e179d (diff) | |
download | brdo-87bdade9b90f3430f4723179894669682100d6e8.tar.gz brdo-87bdade9b90f3430f4723179894669682100d6e8.tar.bz2 |
- Patch #787944 by yoroy: weight items on the Reports overview page.
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 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', ); |