summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoruckelman <uckelman@nomic.net>2010-04-11 22:11:24 +0000
committeruckelman <uckelman@nomic.net>2010-04-11 22:11:24 +0000
commit81d1496b0038a551503a4f844de17fd8f2564beb (patch)
tree350a366eece9823cea1f0adc3434d644971505cf /src
parent9f50b45b134d33b34f248216c5a5a6669809dfac (diff)
Fixed typo.
git-svn-id: https://vassalengine.svn.sourceforge.net/svnroot/vassalengine/site-src/trunk@6691 67b53d14-2c14-4ace-a08f-0dab2b34000c
Diffstat (limited to 'src')
-rw-r--r--src/F2M.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/F2M.php b/src/F2M.php
index dc334ae..bcfbb95 100644
--- a/src/F2M.php
+++ b/src/F2M.php
@@ -29,7 +29,7 @@ function send_to_lists($user, $data, $post_data) {
$time = $phpbb->getPostTime($postId);
$date = date(DATE_RFC2822, $time);
- $messageId = mbuild_message_id($time, $postId, $_SERVER['SERVER_NAME']);
+ $messageId = build_message_id($time, $postId, $_SERVER['SERVER_NAME']);
$forumURL = 'http://' . $_SERVER['SERVER_NAME'] .
substr($_SERVER['SCRIPT_NAME'], 0, -strlen('/posting.php'));