summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-04-13 19:56:59 +0000
committeruckelman <uckelman@nomic.net>2010-04-13 19:56:59 +0000
commit14934552b8ee0122dc2272a2d08b5c571c67eeec (patch)
tree4076d0c7096b28aa45a835457e49787c341ea528 /src
parenta3c4cfe69d701f2f772aef0116f3f1458e50854e (diff)
Added FIXME.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6697 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'src')
-rw-r--r--src/M2F.php5
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);