summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2011-10-19 23:33:39 -0700
committerwebchick <webchick@24967.no-reply.drupal.org>2011-10-19 23:33:39 -0700
commitadb7daa5442f38d5dfd59ba126bd626e718ba7ae (patch)
tree07dfe3931871acc8598a84d2fd6127c6e92da188
parent5d735a0782967f2ba7ce32f766eb106828ce1f89 (diff)
downloadbrdo-adb7daa5442f38d5dfd59ba126bd626e718ba7ae.tar.gz
brdo-adb7daa5442f38d5dfd59ba126bd626e718ba7ae.tar.bz2
Issue #1184830 by linclark, Dipper: Fixed User account group has no #type.
-rw-r--r--modules/user/user.module1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index e09e77485..48b17af90 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -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.