Bugfix: with editing boards
This commit is contained in:
parent
bb44863f98
commit
b29617c522
2
mod.php
2
mod.php
@ -1714,7 +1714,7 @@ if(!$mod) {
|
|||||||
else
|
else
|
||||||
$query->bindValue(':subtitle', null, PDO::PARAM_NULL);
|
$query->bindValue(':subtitle', null, PDO::PARAM_NULL);
|
||||||
|
|
||||||
$query->bindValue(':uri', $board['uri'], PDO::PARAM_INT);
|
$query->bindValue(':uri', $board['uri']);
|
||||||
$query->execute() or error(db_error($query));
|
$query->execute() or error(db_error($query));
|
||||||
|
|
||||||
if($config['cache']['enabled']) {
|
if($config['cache']['enabled']) {
|
||||||
|
Loading…
Reference in New Issue
Block a user