mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 05:48:51 +00:00
Added one to check for display of goto page output
git-svn-id: file:///svn/phpbb/trunk@1129 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
d2f2d10929
commit
53cde745a3
1 changed files with 1 additions and 1 deletions
|
@ -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 = " (<img src=\"" . $images['icon_minipost'] . "\" alt=\"" . $lang['Goto_page'] . "\" />" . $lang['Goto_page'] . ": ";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue