From 4d156837332707542bed6899cbf872c441f7bd96 Mon Sep 17 00:00:00 2001 From: v12mike Date: Sun, 3 Nov 2019 14:17:47 +0100 Subject: [ticket/9837] Display unapproved posts to their authors Clarification of comment PHPBB3-9837 --- phpBB/viewforum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB') 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; -- cgit v1.2.1