diff --git a/etemplate/inc/class.soetemplate.inc.php b/etemplate/inc/class.soetemplate.inc.php index 10a0eb6598..a9b51d3171 100644 --- a/etemplate/inc/class.soetemplate.inc.php +++ b/etemplate/inc/class.soetemplate.inc.php @@ -1270,7 +1270,7 @@ } foreach($strings as $str) { - if (strlen($str) > 1 && $str[0] != '@') + if (strlen($str) > 1 && $str{0} != '@' && $str{0} != '$') { $to_trans[trim(strtolower($str))] = $str; }