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

Restore %{message} replacement on ticket notice

parent 9e5f5e4b
No related branches found
No related tags found
No related merge requests found
......@@ -2212,7 +2212,7 @@ class Ticket {
if($tpl && ($msg=$tpl->getNewTicketNoticeMsgTemplate()) && $email) {
$message = $vars['issue'];
$message = $vars['message'];
if($response)
$message.="\n\n".$response->getBody();
......
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