summaryrefslogtreecommitdiff
path: root/update.php
diff options
context:
space:
mode:
Diffstat (limited to 'update.php')
-rw-r--r--update.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.php b/update.php
index 69cf108ac..907a84c56 100644
--- a/update.php
+++ b/update.php
@@ -195,7 +195,7 @@ function update_do_one($module, $number, &$context) {
function update_selection_page() {
drupal_set_title('Drupal database update');
- $output = drupal_get_form('update_script_selection_form');
+ $output = drupal_render(drupal_get_form('update_script_selection_form'));
update_task_list('select');