mirror of
https://github.com/moodle/moodle.git
synced 2025-03-22 16:40:07 +01:00
Merge branch 'MDL-48061-master-fixes' of https://github.com/andrewnicols/moodle
This commit is contained in:
commit
b0637c57ad
@ -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