1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-16 19:08:38 +01:00

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

This commit is contained in:
czaks 2013-08-09 19:46:28 -04:00
parent 348f702255
commit fe215612ce

View File

@ -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++) {