diff options
Diffstat (limited to 'phpBB/memberlist.php')
| -rw-r--r-- | phpBB/memberlist.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/memberlist.php b/phpBB/memberlist.php index 9f0ac93545..c980daff21 100644 --- a/phpBB/memberlist.php +++ b/phpBB/memberlist.php @@ -1703,7 +1703,7 @@ function show_profile($data, $user_notes_enabled = false, $warn_user_enabled = f 'AGE' => $age, 'RANK_TITLE' => $rank_title, 'JOINED' => $user->format_date($data['user_regdate']), - 'LAST_ACTIVITY' => (empty($last_activity)) ? ' - ' : $user->format_date($last_activity), + 'LAST_ACTIVE' => (empty($last_activity)) ? ' - ' : $user->format_date($last_activity), 'POSTS' => ($data['user_posts']) ? $data['user_posts'] : 0, 'WARNINGS' => isset($data['user_warnings']) ? $data['user_warnings'] : 0, |
