aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/viewforum.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r--phpBB/viewforum.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php
index 6b98021e3c..787667fcd7 100644
--- a/phpBB/viewforum.php
+++ b/phpBB/viewforum.php
@@ -899,8 +899,8 @@ if (count($topic_list))
// Replies
$replies = $phpbb_content_visibility->get_count('topic_posts', $row, $topic_forum_id) - 1;
- //correct for case of unapproved topic visible to poster - a bit dirty but efficient
- if ($replies < 0)
+ //correct for case of unapproved topic visible to poster - a bit dirty but efficient
+ if ($replies < 0)
{
$replies = 0;
}