Skip to content
Snippets Groups Projects
Commit 5e9c37b9 authored by Peter Rotich's avatar Peter Rotich
Browse files

bug: Stop globbering notice sent out to collaborators

parent f2d4652d
No related branches found
No related tags found
No related merge requests found
...@@ -966,8 +966,8 @@ class Ticket { ...@@ -966,8 +966,8 @@ class Ticket {
$options['references'] = $vars['references']; $options['references'] = $vars['references'];
foreach($collaborators as $collaborator) { foreach($collaborators as $collaborator) {
$msg = $this->replaceVars($msg, array('recipient' => $collaborator)); $notice = $this->replaceVars($msg, array('recipient' => $collaborator));
$email->send($collaborator->getEmail(), $msg['subj'], $msg['body'], $attachments, $email->send($collaborator->getEmail(), $notice['subj'], $notice['body'], $attachments,
$options); $options);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment