From adb7daa5442f38d5dfd59ba126bd626e718ba7ae Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Wed, 19 Oct 2011 23:33:39 -0700
Subject: [PATCH] Issue #1184830 by linclark, Dipper: Fixed User account group
 has no #type.

---
 modules/user/user.module | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/user/user.module b/modules/user/user.module
index e09e77485952..48b17af90747 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.
-- 
GitLab