Browse Source

critical fix for merge 4chanapi+try_smarter: make even pages work

pull/40/head
czaks 11 years ago
parent
commit
ebac98e207
  1. 2
      inc/functions.php

2
inc/functions.php

@ -1330,8 +1330,6 @@ function buildIndex() {
file_write($jsonFilename, $json);
$catalog[$page-1] = $threads;
$page++;
}
if ($page < $config['max_pages']) {
for (;$page<=$config['max_pages'];$page++) {

Loading…
Cancel
Save