summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-06 11:31:44 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-06 11:31:44 +0000
commit511115f6b879c90b1ccdde9484c83eaa7e7bbacf (patch)
tree40878b87308c7a991c3d29b347e678d703657da7 /modules
parent11067d384d4120ff515b5f0066cd93923cdd6107 (diff)
downloadbrdo-511115f6b879c90b1ccdde9484c83eaa7e7bbacf.tar.gz
brdo-511115f6b879c90b1ccdde9484c83eaa7e7bbacf.tar.bz2
- Patch #453720 by yched: fixed the display of user fields.
Diffstat (limited to 'modules')
-rw-r--r--modules/user/user.pages.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.pages.inc b/modules/user/user.pages.inc
index f5d684e6b..36a40bee1 100644
--- a/modules/user/user.pages.inc
+++ b/modules/user/user.pages.inc
@@ -201,7 +201,7 @@ function template_preprocess_user_profile(&$variables) {
$variables['user_profile'] = implode($variables['profile']);
// Add $FIELD_NAME_rendered variables for fields.
- $variables += field_attach_preprocess('user', $variables['account']);
+ $variables += field_attach_preprocess('user', $account);
}
/**