Skip to content

Commit

Permalink
Fixed issue EM unit tests broken due to missing LEMradix variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
TMSWhite committed Jun 22, 2012
1 parent 3ec95a6 commit 10b352c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/helpers/expressions/em_core_helper.php
Expand Up @@ -3131,6 +3131,7 @@ static function UnitTestEvaluator()
$pre .= "<!--\n";
$pre .= "var LEMalias2varName= {". implode(",\n", $LEMalias2varName) ."};\n";
$pre .= "var LEMvarNameAttr= {" . implode(",\n", $LEMvarNameAttr) . "};\n";
$pre .= "var LEMradix = '.';\n";
$pre .= "//-->\n</script>\n";

print $pre;
Expand Down

0 comments on commit 10b352c

Please sign in to comment.