#471234 follow-up by andypost: Fix broken installer after string clean-up.

merge-requests/26/head
Angie Byron 2009-05-25 04:40:22 +00:00
parent bc331587ea
commit a36d0d49c1
1 changed files with 1 additions and 0 deletions

View File

@ -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,