aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewtopic.php
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-05-04 22:19:55 +0200
committerPayBas <contact@paybas.com>2014-05-04 22:19:55 +0200
commit172fa9e7aa7e535e9141d3b132ea43e272ea3f29 (patch)
tree5d8e6698465e4fd6e8ecfac05d7d663f737e2a13 /phpBB/viewtopic.php
parentcefeb7f752e59edc1c1a48f0e3563c2f090625b6 (diff)
downloadforums-172fa9e7aa7e535e9141d3b132ea43e272ea3f29.tar
forums-172fa9e7aa7e535e9141d3b132ea43e272ea3f29.tar.gz
forums-172fa9e7aa7e535e9141d3b132ea43e272ea3f29.tar.bz2
forums-172fa9e7aa7e535e9141d3b132ea43e272ea3f29.tar.xz
forums-172fa9e7aa7e535e9141d3b132ea43e272ea3f29.zip
[ticket/12488] Typo fix
PHPBB3-12488
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 34eee8bfc5..2b340ca236 100644
--- a/phpBB/viewtopic.php
+++ b/phpBB/viewtopic.php
@@ -1641,7 +1641,7 @@ for ($i = 0, $end = sizeof($post_list); $i < $end; ++$i)
'POSTER_JOINED' => $user_cache[$poster_id]['joined'],
'POSTER_POSTS' => $user_cache[$poster_id]['posts'],
'POSTER_AVATAR' => $user_cache[$poster_id]['avatar'],
- 'POSTER_WARNINGS' => $auth->acl_get('m_warn' ? $user_cache[$poster_id]['warnings'] : '',
+ 'POSTER_WARNINGS' => $auth->acl_get('m_warn') ? $user_cache[$poster_id]['warnings'] : '',
'POSTER_AGE' => $user_cache[$poster_id]['age'],
'POST_DATE' => $user->format_date($row['post_time'], false, ($view == 'print') ? true : false),