From 05ae46acdc90c35bd8b038b6848066d80e403feb Mon Sep 17 00:00:00 2001 From: Crizzo Date: Sun, 15 Jun 2014 16:13:29 +0200 Subject: [ticket/12680] Still some problems with displaying the nickname in ucp PHPBB3-12680 --- phpBB/viewtopic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/viewtopic.php') diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 10be5a09cb..daa3b2476a 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -1699,7 +1699,7 @@ for ($i = 0, $end = sizeof($post_list); $i < $end; ++$i) 'POSTER_AVATAR' => $user_cache[$poster_id]['avatar'], 'POSTER_WARNINGS' => $auth->acl_get('m_warn') ? $user_cache[$poster_id]['warnings'] : '', 'POSTER_AGE' => $user_cache[$poster_id]['age'], - 'CONTACT_USER' => $user_cache_data['contact_user'], + 'CONTACT_USER' => $user_cache[$poster_id]['contact_user'], 'POST_DATE' => $user->format_date($row['post_time'], false, ($view == 'print') ? true : false), 'POST_SUBJECT' => $row['post_subject'], -- cgit v1.2.1