mirror of
https://github.com/moodle/moodle.git
synced 2025-04-09 02:12:22 +02:00
MDL-48061 mod_forum: Correct variable name in HTML warning message
This commit is contained in:
parent
dc3fab74ae
commit
a41cff4e23
@ -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">'.
|
||||
|
Loading…
x
Reference in New Issue
Block a user