Skip to content
Snippets Groups Projects
Commit cb3a8af9 authored by Jared Hancock's avatar Jared Hancock
Browse files

oops: Fix crash sending out email

parent 60ad95ac
No related branches found
No related tags found
No related merge requests found
......@@ -370,7 +370,7 @@ class Mailer {
}
// Configure the reply tag and embedded message id token
$mid_token = $options['thread']->asMessageId($to);
$mid_token = $messageId;
if ($cfg && $cfg->stripQuotedReply()
&& (!isset($options['reply-tag']) || $options['reply-tag']))
$reply_tag = $cfg->getReplySeparator() . '<br/><br/>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment