interface/lib/classes/tform_tpl_generator.inc.php
@@ -300,7 +300,7 @@ $lng_file = "lib/lang/".$conf["language"]."_".$formDef['name'].".lng"; if(is_file($lng_file)) { include($lng_file); include $lng_file; } else { $wb = array(); } @@ -319,6 +319,7 @@ fclose($fp); } } } ?>