mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/12680] Removes unnessesary $user->lang from CONTACT_USER
PHPBB3-12680
This commit is contained in:
parent
02c53595b5
commit
af60861cfd
1 changed files with 1 additions and 1 deletions
|
@ -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->lang($row['contact_user']),
|
||||
'CONTACT_USER' => $row['contact_user'],
|
||||
|
||||
'POST_DATE' => $user->format_date($row['post_time'], false, ($view == 'print') ? true : false),
|
||||
'POST_SUBJECT' => $row['post_subject'],
|
||||
|
|
Loading…
Add table
Reference in a new issue