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

oops: Single reply separator for activity notice

parent ddf6c9b6
Branches
Tags
No related merge requests found
...@@ -1023,9 +1023,6 @@ class Ticket { ...@@ -1023,9 +1023,6 @@ class Ticket {
$msg = $this->replaceVars($msg->asArray(), $vars); $msg = $this->replaceVars($msg->asArray(), $vars);
if ($cfg->stripQuotedReply() && ($tag=$cfg->getReplySeparator()))
$msg['body'] = "<p style=\"display:none\">$tag<p>".$msg['body'];
$attachments = $cfg->emailAttachments()?$entry->getAttachments():array(); $attachments = $cfg->emailAttachments()?$entry->getAttachments():array();
$options = array('inreplyto' => $entry->getEmailMessageId()); $options = array('inreplyto' => $entry->getEmailMessageId());
foreach ($recipients as $recipient) { foreach ($recipients as $recipient) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment