forked from leftypol/leftypol
Fixed the when-there-are-no-posts-there-are-no-pages bug
This commit is contained in:
parent
55f082a421
commit
afcb4703f4
1 changed files with 3 additions and 1 deletions
|
@ -477,7 +477,9 @@
|
|||
|
||||
$count = current($query->fetch());
|
||||
$count = floor(($config['threads_per_page'] + $count - 1) / $config['threads_per_page']);
|
||||
|
||||
|
||||
if($count < 1) $count = 1;
|
||||
|
||||
$pages = Array();
|
||||
for($x=0;$x<$count && $x<$config['max_pages'];$x++) {
|
||||
$pages[] = Array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue