diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/update.php b/update.php index 0dc7bd466..3e2725c79 100644 --- a/update.php +++ b/update.php @@ -129,7 +129,8 @@ function update_script_selection_form($form, &$form_state) { '#type' => 'hidden', '#default_value' => FALSE, ); - $form['submit'] = array( + $form['actions'] = array('#type' => 'actions'); + $form['actions']['submit'] = array( '#type' => 'submit', '#value' => 'Apply pending updates', ); |