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 5bf60ad50..4a103fcb2 100644
--- a/modules/user/user.module
+++ b/modules/user/user.module
@@ -892,7 +892,7 @@ function user_user_view(&$edit, &$account, $category = NULL) {
'#weight' => 5,
'#title' => t('History'),
);
- $account->content['summary']['member_for'] = array(
+ $account->content['summary']['member_for'] = array(
'#type' => 'user_profile_item',
'#title' => t('Member for'),
'#markup' => format_interval(REQUEST_TIME - $account->created),