#471234 follow-up by andypost: Fix broken installer after string clean-up.
parent
bc331587ea
commit
a36d0d49c1
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue