Skip to content

Commit 92884b4

Browse files
committed
Fix mysqli bind
1 parent 6bb8890 commit 92884b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AI/AIErrorCorrectionJob.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ private function queueErrorForAnalysis($error, $config)
314314
) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, 'queued', 'pending', UNIX_TIMESTAMP(), UNIX_TIMESTAMP())
315315
";
316316

317-
DBI::prepared_query($sql, 'isiisiss', [
317+
DBI::prepared_query($sql, 'isiiiisss', [
318318
$error['id'],
319319
$signature,
320320
$config['application'],

0 commit comments

Comments
 (0)