mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-06 00:37:42 +02:00
gah
git-svn-id: file:///svn/phpbb/trunk@4936 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user