Browse Source

fixup

pull/40/head
czaks 8 years ago
parent
commit
e265375475
  1. 2
      inc/functions.php

2
inc/functions.php

@ -1656,7 +1656,7 @@ function buildIndex($global_api = "yes") {
$content['current_page'] = $page;
}
elseif (!$antibot) {
create_antibot($board['uri']);
$antibot = create_antibot($board['uri']);
}
$antibot->reset();
if (!$pages) {

Loading…
Cancel
Save