diff options
Diffstat (limited to 'modules/user/user.module')
-rw-r--r-- | modules/user/user.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module index dbd8b0fdb..d36e270a2 100644 --- a/modules/user/user.module +++ b/modules/user/user.module @@ -867,7 +867,7 @@ function user_search($op = 'search', $keys = NULL, $skip_access_check = FALSE) { function user_elements() { return array( 'user_profile_category' => array( - '#theme_wrapper' => 'user_profile_category' + '#theme_wrappers' => array('user_profile_category') ), 'user_profile_item' => array( '#theme' => 'user_profile_item' |