From ee0d4b03dcffdf002e16b2981608cc294ab3a299 Mon Sep 17 00:00:00 2001 From: "B. Endres" Date: Mon, 7 Oct 2019 12:07:18 +0200 Subject: [PATCH] fixed style error --- CRM/Core/I18n.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CRM/Core/I18n.php b/CRM/Core/I18n.php index 04ccf88a56..12cf962078 100644 --- a/CRM/Core/I18n.php +++ b/CRM/Core/I18n.php @@ -798,7 +798,8 @@ function ts($text, $params = []) { // which would be a waste if we have custom translate function global $tsLocale; $current_locale = $tsLocale; - $tsLocale = 'en_US'; // fixme:: use variable? + // fixme:: use variable? + $tsLocale = 'en_US'; // run translation purely for escape/param replacement/etc. $text = CRM_Core_I18n::singleton()->crm_translate($text, $params); -- 2.25.1