From a36d0d49c11329af1d040979d9c3e3ed5a92e1ca Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 25 May 2009 04:40:22 +0000 Subject: #471234 follow-up by andypost: Fix broken installer after string clean-up. --- install.php | 1 + 1 file changed, 1 insertion(+) 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, -- cgit v1.2.3