summaryrefslogtreecommitdiff
path: root/install.php
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-05-25 04:40:22 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-05-25 04:40:22 +0000
commita36d0d49c11329af1d040979d9c3e3ed5a92e1ca (patch)
tree71fce49c919f55f5f45654e25050d681dc841c59 /install.php
parentbc331587ea089678527ba7464641e23ad55aba6b (diff)
downloadbrdo-a36d0d49c11329af1d040979d9c3e3ed5a92e1ca.tar.gz
brdo-a36d0d49c11329af1d040979d9c3e3ed5a92e1ca.tar.bz2
#471234 follow-up by andypost: Fix broken installer after string clean-up.
Diffstat (limited to 'install.php')
-rw-r--r--install.php1
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,