From e6bfaf21ee349a743b66bef88d2bce1e9d24a062 Mon Sep 17 00:00:00 2001 From: chansizzle <14916599+chansizzle@users.noreply.github.com> Date: Thu, 13 Mar 2025 11:30:42 -0600 Subject: [PATCH] Remove escaping character typo (#7311) escaping character not needed on the template_subject --- core/email_templates/app_defaults.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/email_templates/app_defaults.php b/core/email_templates/app_defaults.php index f3280dd25d..47f422f0ee 100644 --- a/core/email_templates/app_defaults.php +++ b/core/email_templates/app_defaults.php @@ -510,7 +510,7 @@ $array['email_templates'][$x]['template_language'] = 'en-gb'; $array['email_templates'][$x]['template_category'] = 'plugin'; $array['email_templates'][$x]['template_subcategory'] = 'emergency'; - $array['email_templates'][$x]['template_subject'] = '\${event}'; + $array['email_templates'][$x]['template_subject'] = '${event}'; $array['email_templates'][$x]['template_body'] = "\n"; $array['email_templates'][$x]['template_body'] .= "
\n"; $array['email_templates'][$x]['template_body'] .= "From: \${caller_id_name} \${caller_id_number}