Skip to content
Snippets Groups Projects
Commit ee0d4b03 authored by Björn Endres's avatar Björn Endres :sailboat:
Browse files

fixed style error

parent 2f98cf00
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment