modules/80_lang/handler.php | ●●●●● patch | view | raw | blame | history |
modules/80_lang/handler.php
@@ -15,7 +15,7 @@ foreach($params as $name => &$param) { if(substr($name, 0, 1)!='$' && is_string($param)) { $param = '\''.$param.'\''; $param = '\''.strtr($param, array('\'' => '\'\'')).'\''; } } unset($param);