1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-17 19:29:28 +01:00

Bugfix: with editing boards

This commit is contained in:
Michael Save 2012-04-13 23:30:22 +10:00
parent bb44863f98
commit b29617c522

View File

@ -1714,7 +1714,7 @@ if(!$mod) {
else
$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));
if($config['cache']['enabled']) {