aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorCrizzo <mail@crizzo.de>2014-06-15 16:13:29 +0200
committerCrizzo <mail@crizzo.de>2014-06-15 16:13:29 +0200
commit05ae46acdc90c35bd8b038b6848066d80e403feb (patch)
tree0331578ab0938f91785c2a8fc9a0984f5b1c7538 /phpBB/viewtopic.php
parent8a5cb4a026e9e3f9f687cb192c2f10806a3f14f1 (diff)
downloadforums-05ae46acdc90c35bd8b038b6848066d80e403feb.tar
forums-05ae46acdc90c35bd8b038b6848066d80e403feb.tar.gz
forums-05ae46acdc90c35bd8b038b6848066d80e403feb.tar.bz2
forums-05ae46acdc90c35bd8b038b6848066d80e403feb.tar.xz
forums-05ae46acdc90c35bd8b038b6848066d80e403feb.zip
[ticket/12680] Still some problems with displaying the nickname in ucp
PHPBB3-12680
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r--phpBB/viewtopic.php2
1 files changed, 1 insertions, 1 deletions
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'],