diff --git a/post/ticket.php b/post/ticket.php index daa7de8f..60c7029d 100644 --- a/post/ticket.php +++ b/post/ticket.php @@ -274,8 +274,9 @@ if (isset($_POST['add_ticket_reply'])) { if (filter_var($contact_email, FILTER_VALIDATE_EMAIL)) { - $ticket_reply = preg_replace('/]*>/', '', $ticket_reply); // Remove the start

or

- $ticket_reply = preg_replace('/

/', '
', $ticket_reply); // Replace the end + // 2023-07-04 Commend the 2 lines below out as the last line was causing ticket reply to appear blank in emails, maybe because of the switch to TinyMCE + //$ticket_reply = preg_replace('/]*>/', '', $ticket_reply); // Remove the start

or

+ //$ticket_reply = preg_replace('/

/', '
', $ticket_reply); // Replace the end // Slightly different email subject/text depending on if this update closed the ticket or not