summaryrefslogtreecommitdiff
path: root/boards_comments_inc.php
diff options
context:
space:
mode:
Diffstat (limited to 'boards_comments_inc.php')
-rw-r--r--boards_comments_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boards_comments_inc.php b/boards_comments_inc.php
index 121ebd5..7978ab2 100644
--- a/boards_comments_inc.php
+++ b/boards_comments_inc.php
@@ -41,7 +41,7 @@ if (!function_exists("send_board_email")) {
$headerHash['sender'] = $userInfo['email'];
}
$headerHash['x_headers']['X-BitBoards-Comment'] = $storeComment->mCommentId;
- $messageId = $bitMailer->sendEmail( $storeComment->getTitle(), $storeComment->parseData(), $email, $headerHash );
+ $messageId = $bitMailer->sendEmail( $storeComment->getTitle(), $storeComment->getParsedData(), $email, $headerHash );
$storeComment->storeMessageId( $messageId );
}
}