- bugfix on $php_handling security and optimization of smarty_internal_parsetree (Thue Kristensen)

This commit is contained in:
Uwe.Tews@googlemail.com
2014-10-16 22:53:22 +00:00
parent 1c63d3a9fc
commit 279bdbd352
7 changed files with 2057 additions and 2148 deletions
@@ -70,6 +70,6 @@ class Smarty_Internal_Compile_Continue extends Smarty_Internal_CompileBase
$compiler->trigger_template_error("cannot continue {$_levels} level(s)", $compiler->lex->taglineno);
}
return "<?php continue {$_levels}?>";
return "<?php continue {$_levels};?>";
}
}