diff --git a/bin/template_jp.php b/bin/template_jp.php index 05bd6303fc1..007389bd1bc 100755 --- a/bin/template_jp.php +++ b/bin/template_jp.php @@ -57,7 +57,7 @@ echoLn(' message id: '.$messageId); echoLn(' message text: '.$messageText); - eixt(1); + exit(1); } $replaced = $result; }