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/update | |
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/update')
-rw-r--r-- | modules/update/update.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/update/update.module b/modules/update/update.module index faa79c567..02bdabaef 100644 --- a/modules/update/update.module +++ b/modules/update/update.module @@ -159,7 +159,7 @@ function update_menu() { 'description' => 'Get a status report about available updates for your installed modules and themes.', 'page callback' => 'update_status', 'access arguments' => array('administer site configuration'), - 'weight' => 10, + 'weight' => -50, 'file' => 'update.report.inc', ); $items['admin/reports/updates/list'] = array( |