summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-05-06 15:21:25 +0000
committerDries Buytaert <dries@buytaert.net>2010-05-06 15:21:25 +0000
commit87bdade9b90f3430f4723179894669682100d6e8 (patch)
tree0807403a4ed958ad22081a95172d772a2e40a155 /modules
parent5436424a42bf381293220bbcb357f578551e179d (diff)
downloadbrdo-87bdade9b90f3430f4723179894669682100d6e8.tar.gz
brdo-87bdade9b90f3430f4723179894669682100d6e8.tar.bz2
- Patch #787944 by yoroy: weight items on the Reports overview page.
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system.module2
-rw-r--r--modules/update/update.module2
2 files changed, 2 insertions, 2 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',
);
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(