forked from leftypol/leftypol
Fixed small bug with report queue
This commit is contained in:
parent
e210a73a2e
commit
bdfcfc9b3d
1 changed files with 1 additions and 0 deletions
1
mod.php
1
mod.php
|
@ -123,6 +123,7 @@
|
|||
$p_query = prepare("DELETE FROM `reports` WHERE `post` = :id");
|
||||
$p_query->bindValue(':id', $report['post'], PDO::PARAM_INT);
|
||||
$p_query->execute() or error(db_error($query));
|
||||
continue;
|
||||
}
|
||||
|
||||
$reports++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue