diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/update.php b/update.php index 2d4f1e50ed8..e9e5c84f6ac 100644 --- a/update.php +++ b/update.php @@ -37,8 +37,7 @@ function update_selection_page() { return $output; } -function update_script_selection_form() { - $form = array(); +function update_script_selection_form($form, &$form_state) { $count = 0; $form['start'] = array( '#tree' => TRUE, |