mirror of
https://github.com/phpbb/phpbb.git
synced 2025-09-02 04:42:37 +02:00
Fixed some undefined variables
git-svn-id: file:///svn/phpbb/trunk@3947 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -312,6 +312,7 @@ if ($forum_data['forum_postable'])
|
||||
foreach ($row_ary as $row)
|
||||
{
|
||||
$topic_id = $row['topic_id'];
|
||||
$replies = ($auth->acl_get('m_approve', $forum_id)) ? $row['topic_replies_real'] : $row['topic_replies'];
|
||||
|
||||
// Type and folder
|
||||
$topic_type = '';
|
||||
|
Reference in New Issue
Block a user