From b29617c522cdfd194155d735bb90c72668cdb380 Mon Sep 17 00:00:00 2001 From: Michael Save Date: Fri, 13 Apr 2012 23:30:22 +1000 Subject: [PATCH] Bugfix: with editing boards --- mod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']) {