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

Look at supporting something like %poster later

parent 34a05b3b
Branches
Tags
No related merge requests found
......@@ -1523,6 +1523,8 @@ class Ticket{
$body=$this->replaceTemplateVars($msg['body']);
$subj=$this->replaceTemplateVars($msg['subj']);
$body = str_replace('%note',"$title\n\n$note",$body);
# TODO: Support a variable replacement of the staff writing the
# note
// Alert recipients
$recipients=array();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment