diff options
Diffstat (limited to 'src/M2F.php')
-rw-r--r-- | src/M2F.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/M2F.php b/src/M2F.php index 4d23861..12d2366 100644 --- a/src/M2F.php +++ b/src/M2F.php @@ -57,7 +57,10 @@ try { $postType = 'post'; } - + +# FIXME: the subject and body may be charset encoded---need to decode these +# before posting! + # Post the message to the forum $postId = $phpbb->postMessage($postType, $forumId, $topicId, $msg); $bridge->setPostId($messageId, $postId); |