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 {
$options['references'] = $vars['references'];
foreach($collaborators as $collaborator) {
$msg = $this->replaceVars($msg, array('recipient' => $collaborator));
$email->send($collaborator->getEmail(), $msg['subj'], $msg['body'], $attachments,
$notice = $this->replaceVars($msg, array('recipient' => $collaborator));
$email->send($collaborator->getEmail(), $notice['subj'], $notice['body'], $attachments,
$options);
}
......
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