summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 719e91c..edbb4ce 100644
--- a/src/Bridge.php
+++ b/src/Bridge.php
@@ -108,7 +108,7 @@ class Bridge {
'VALUES (' .
$this->db->quote($messageId) . ', ' .
$this->quote($inReplyTo) .
- ')'
+ ')';
$count = $this->db->exec($sql);
return $count == 1 ? $this->db->lastInsertId() : false;