diff options
Diffstat (limited to 'src/Bridge.php')
-rw-r--r-- | src/Bridge.php | 2 |
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; |