mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-22551 Grr fixed typo. Do what I say, not what I do.
This commit is contained in:
parent
c1b47d948d
commit
38015ff926
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ function forum_cron() {
|
||||||
|
|
||||||
if ($post->parent) { // This post is a reply, so add headers for threading (see MDL-22551)
|
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[] = '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);
|
$postsubject = "$course->shortname: ".format_string($post->subject,true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue