From: B. Endres Date: Mon, 7 Oct 2019 10:07:18 +0000 (+0200) Subject: fixed style error X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=ee0d4b03dcffdf002e16b2981608cc294ab3a299;p=civicrm-core.git fixed style error --- 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);