summaryrefslogtreecommitdiff
path: root/src/Bridge.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Bridge.php')
-rw-r--r--src/Bridge.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bridge.php b/src/Bridge.php
index ba6ccc8..0125363 100644
--- a/src/Bridge.php
+++ b/src/Bridge.php
@@ -107,7 +107,7 @@ class Bridge {
$count = $this->db->exec($sql);
if ($count != 1) {
- throw new Exception('Failed to delete message id: ' . $messageId);
+ throw new Exception('Failed to delete post id: ' . $postId);
}
}