MDL-48061 mod_forum: Correct variable name in HTML warning message

This commit is contained in:
Andrew Nicols 2014-11-06 11:04:48 +08:00
parent dc3fab74ae
commit a41cff4e23

View File

@ -1287,7 +1287,7 @@ function forum_make_mail_html($course, $cm, $forum, $discussion, $post, $userfro
$posthtml .= "\n<body id=\"email\">\n\n";
if ($replyaddress) {
$posttext .= "<p><em>--" . get_string('deleteoriginalonreply', 'mod_forum') . "--</em></p>";
$posthtml .= "<p><em>--" . get_string('deleteoriginalonreply', 'mod_forum') . "--</em></p>";
}
$posthtml .= '<div class="navbar">'.