diff options
-rw-r--r-- | install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install.php b/install.php index e7e80a0b4..acceede2b 100644 --- a/install.php +++ b/install.php @@ -1034,6 +1034,7 @@ function install_configure_form(&$form_state, $url) { '#collapsible' => FALSE, ); + $form['admin_account']['account']['#tree'] = TRUE; $form['admin_account']['account']['name'] = array('#type' => 'textfield', '#title' => st('Username'), '#maxlength' => USERNAME_MAX_LENGTH, |