From f214bc73c73c09fa0ae1b2d0d61b78629a587ae9 Mon Sep 17 00:00:00 2001 From: uckelman Date: Sun, 11 Apr 2010 19:12:07 +0000 Subject: Collect $postId. Duh. git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6673 67b53d14-2c14-4ace-a08f-0dab2b34000c --- src/M2F.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/M2F.php b/src/M2F.php index d2bda12..e837b43 100644 --- a/src/M2F.php +++ b/src/M2F.php @@ -47,7 +47,7 @@ try { } # Post the message to the forum - $phpbb->postMessage($postType, $forumId, $topicId, $msg); + $postId = $phpbb->postMessage($postType, $forumId, $topicId, $msg); $bridge->setPostId($messageId, $postId); } -- cgit v1.2.3