mirror of
https://github.com/moodle/moodle.git
synced 2025-02-09 01:21:57 +01:00
MDL-22551 Grr fixed typo. Do what I say, not what I do.
This commit is contained in:
parent
c1b47d948d
commit
38015ff926
@ -613,7 +613,7 @@ function forum_cron() {
|
||||
|
||||
if ($post->parent) { // This post is a reply, so add headers for threading (see MDL-22551)
|
||||
$userfrom->customheaders[] = 'In-Reply-To: <moodlepost'.$post->parent.'@'.$hostname.'>';
|
||||
$userfrom->customheaders[] = 'References: <moodlepost'.$post->parent.'@'.$hostname.'>',
|
||||
$userfrom->customheaders[] = 'References: <moodlepost'.$post->parent.'@'.$hostname.'>';
|
||||
}
|
||||
|
||||
$postsubject = "$course->shortname: ".format_string($post->subject,true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user