summaryrefslogtreecommitdiff
path: root/modules/update
diff options
context:
space:
mode:
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',