mirror of
https://github.com/smarty-php/smarty.git
synced 2025-10-15 13:35:20 +02:00
minor bugfix when processing autoliteral { php} tag. Does not effect generated output.
This commit is contained in:
@@ -101,6 +101,7 @@ class Smarty_Internal_Compile_Private_Php extends Smarty_Internal_CompileBase
|
||||
*/
|
||||
public function parsePhp($lex)
|
||||
{
|
||||
$lex->token = Smarty_Internal_Templateparser::TP_PHP;
|
||||
$close = 0;
|
||||
$lex->taglineno = $lex->line;
|
||||
$closeTag = '?>';
|
||||
|
Reference in New Issue
Block a user