Issue #1184830 by linclark, Dipper: Fixed User account group has no #type.
parent
5d735a0782
commit
adb7daa544
|
@ -1007,6 +1007,7 @@ function user_account_form(&$form, &$form_state) {
|
|||
|
||||
// Account information.
|
||||
$form['account'] = array(
|
||||
'#type' => 'container',
|
||||
'#weight' => -10,
|
||||
);
|
||||
// Only show name field on registration form or user can change own username.
|
||||
|
|
Loading…
Reference in New Issue