summaryrefslogtreecommitdiff
path: root/modules/update
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-02-17 09:08:59 +0000
committerDries Buytaert <dries@buytaert.net>2010-02-17 09:08:59 +0000
commitcd10a15e8918a38c2afe19a785ef6438d39845b1 (patch)
tree291964a3e15cc30477eeb9f5b03653cf25131106 /modules/update
parentf14395454cfdf66b7524465a6f63dbbfe0e83aa1 (diff)
downloadbrdo-cd10a15e8918a38c2afe19a785ef6438d39845b1.tar.gz
brdo-cd10a15e8918a38c2afe19a785ef6438d39845b1.tar.bz2
- Patch #706648 by orangecoat-ciallella: correcting tab weights, part 1.
Diffstat (limited to 'modules/update')
-rw-r--r--modules/update/update.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/update/update.module b/modules/update/update.module
index 60d5fabdb..406880ebf 100644
--- a/modules/update/update.module
+++ b/modules/update/update.module
@@ -210,7 +210,7 @@ function update_menu() {
'page arguments' => array('update_manager_update_form', $context),
'access callback' => 'update_manager_access',
'access arguments' => array(),
- 'weight' => 20,
+ 'weight' => 10,
'title' => 'Update',
'type' => MENU_LOCAL_TASK,
'file' => 'update.manager.inc',