diff --git a/index.php b/index.php index 8f4453fa..04d6bc1f 100644 --- a/index.php +++ b/index.php @@ -1209,6 +1209,7 @@ function forgot_tid() } $tid_list = ''; + $html_tid_list = ''; /* Get e-mail message for customer */ $msg = hesk_getEmailMessage('forgot_ticket_id','',0,0,1); @@ -1230,7 +1239,7 @@ $hesk_settings[hesk_url]/ticket.php?track={$my_ticket['trackid']}{$email_param} // Get HTML message for customer $htmlMsg = hesk_getHtmlMessage('forgot_ticket_id','',0,0,1); - $htmlMsg = processEmail($htmlMsg, $name, $num, $tid_list); + $htmlMsg = processEmail($htmlMsg, $name, $num, $html_tid_list); $subject = hesk_getEmailSubject('forgot_ticket_id');