mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
we are not supposed to know that yet
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9984 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
84154098e7
commit
e1fa222dc5
1 changed files with 1 additions and 2 deletions
|
@ -278,8 +278,6 @@ if (!$topic_data)
|
|||
}
|
||||
|
||||
$forum_id = (int) $topic_data['forum_id'];
|
||||
$topic_id = (int) $topic_data['topic_id'];
|
||||
|
||||
// This is for determining where we are (page)
|
||||
if ($post_id)
|
||||
{
|
||||
|
@ -324,6 +322,7 @@ if ($post_id)
|
|||
}
|
||||
}
|
||||
|
||||
$topic_id = (int) $topic_data['topic_id'];
|
||||
//
|
||||
$topic_replies = ($auth->acl_get('m_approve', $forum_id)) ? $topic_data['topic_replies_real'] : $topic_data['topic_replies'];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue