summaryrefslogtreecommitdiff
path: root/src/F2M.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/F2M.php')
-rw-r--r--src/F2M.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/F2M.php b/src/F2M.php
index 68d2a12..079c999 100644
--- a/src/F2M.php
+++ b/src/F2M.php
@@ -202,7 +202,7 @@ function remove_post($postId) {
require_once(__DIR__ . '/Bridge.php');
$bridge = new Bridge();
- $bridge->unregisterPost($postId);
+ $bridge->removePost($postId);
}
function build_text_part($mime, $text) {