diff --git a/mod.php b/mod.php index 35c1e32c..e434a80d 100644 --- a/mod.php +++ b/mod.php @@ -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']) {