anti-bot.php: include missing variable
This commit is contained in:
parent
b197c9ed43
commit
1d41ffbe4f
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ function _create_antibot($pdo, $board, $thread) {
|
||||||
$antibot = new AntiBot(array($board, $thread));
|
$antibot = new AntiBot(array($board, $thread));
|
||||||
|
|
||||||
try {
|
try {
|
||||||
retry_on_deadlock(3, function() use ($config, $pdo, $thread, $board, $antibot) {
|
retry_on_deadlock(3, function() use ($config, $pdo, $thread, $board, $antibot, $purged_old_antispam) {
|
||||||
try {
|
try {
|
||||||
$pdo->beginTransaction();
|
$pdo->beginTransaction();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue