summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-04-30 16:52:19 +0000
committeruckelman <uckelman@nomic.net>2010-04-30 16:52:19 +0000
commit1d5bb2325558997a895d67b3484ace45241c2eea (patch)
treef363b76d5a7db0d21dc016b22d71511e3682e412 /src
parentee38615a2638bf5721517f88e54f2160e6a076a1 (diff)
Typo.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6785 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'src')
-rw-r--r--src/Bridge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bridge.php b/src/Bridge.php
index edbb4ce..ae3f867 100644
--- a/src/Bridge.php
+++ b/src/Bridge.php
@@ -93,7 +93,7 @@ class Bridge {
$sql = 'UPDATE posts SET ' .
'message_id = ' . $this->db->quote($messageId) . ', ' .
- 'in_reply_to = ' . $this->quote($inReplyTo) . ') ' .
+ 'in_reply_to = ' . $this->quote($inReplyTo) . ' ' .
'WHERE edit_id = ' . $editId;
$count = $this->db->exec($sql);