mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
gah
git-svn-id: file:///svn/phpbb/trunk@4936 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
59767029a9
commit
9dcd7b45cb
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ if (!($topic_data = $db->sql_fetchrow($result)))
|
|||
extract($topic_data);
|
||||
|
||||
// We make this check here because the correct forum_id is determined
|
||||
$topic_replies = ($auth->acl_get('m_approve', $forum_id) ? $topic_replies_real : $topic_replies;
|
||||
$topic_replies = ($auth->acl_get('m_approve', $forum_id)) ? $topic_replies_real : $topic_replies;
|
||||
unset($topic_replies_real);
|
||||
|
||||
if ($user->data['user_id'] != ANONYMOUS)
|
||||
|
|
Loading…
Add table
Reference in a new issue