Navigation Menu

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 eb34180 commit 729b886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions classes/expressions/ExpressionManager.php
Expand Up @@ -3123,6 +3123,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 729b886

Please sign in to comment.