mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-03 19:30:49 +02:00
- bugfix on $php_handling security and optimization of smarty_internal_parsetree (Thue Kristensen)
This commit is contained in:
@@ -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};?>";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user