1
0
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:
Ludovic Arnaud
2003-04-24 18:21:29 +00:00
parent c3e4f02d49
commit b939242c3a
4 changed files with 13 additions and 12 deletions

View File

@@ -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 = '';