summaryrefslogtreecommitdiff
path: root/modules/user/user.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user/user.module')
-rw-r--r--modules/user/user.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/user.module b/modules/user/user.module
index b430121d4..bee3dfb78 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -767,7 +767,7 @@ function user_elements() {
*/
function user_user_view(&$edit, &$account, $category = NULL) {
$account->content['user_picture'] = array(
- '#value' => theme('user_picture', $account),
+ '#markup' => theme('user_picture', $account),
'#weight' => -10,
);
if (!isset($account->content['summary'])) {