diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index 787667fcd7..eb6b37ada8 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -899,7 +899,7 @@ 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 + // Correction for case of unapproved topic visible to poster if ($replies < 0) { $replies = 0;