mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-31 04:13:49 +01:00
bugfix lol
This commit is contained in:
parent
33737fd723
commit
ecda7abe92
@ -768,7 +768,7 @@ function insertFloodPost(array $post) {
|
|||||||
$query->bindValue(':filehash', $post['filehash']);
|
$query->bindValue(':filehash', $post['filehash']);
|
||||||
else
|
else
|
||||||
$query->bindValue(':filehash', null, PDO::PARAM_NULL);
|
$query->bindValue(':filehash', null, PDO::PARAM_NULL);
|
||||||
$query->bindValue(':isreply', !$post['op']);
|
$query->bindValue(':isreply', !$post['op'], PDO::PARAM_INT);
|
||||||
$query->execute() or error(db_error($query));
|
$query->execute() or error(db_error($query));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user