diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index 86e131322a..b9a2de05d9 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -453,7 +453,7 @@ if($total_topics) $replies = $topic_rowset[$i]['topic_replies']; - if($replies > $board_config['posts_per_page']) + if( ( $replies + 1 ) > $board_config['posts_per_page'] ) { $goto_page = "   (\""" . $lang['Goto_page'] . ": ";