mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-18 03:37:35 +01:00
Bugfix: with editing boards
This commit is contained in:
parent
80d37cfa00
commit
b8812ff2b1
2
mod.php
2
mod.php
@ -1714,7 +1714,7 @@ if(!$mod) {
|
||||
else
|
||||
$query->bindValue(':subtitle', null, PDO::PARAM_NULL);
|
||||
|
||||
$query->bindValue(':id', $board['uri'], PDO::PARAM_INT);
|
||||
$query->bindValue(':uri', $board['uri'], PDO::PARAM_INT);
|
||||
$query->execute() or error(db_error($query));
|
||||
|
||||
if($config['cache']['enabled']) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user