mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-03 19:30:49 +02:00
fix passed parameter
This commit is contained in:
@@ -1501,7 +1501,6 @@ class Smarty_Internal_Templateparser
|
||||
$save = $this->template->compiled->has_nocache_code;
|
||||
$this->_retvalue = new Smarty_Internal_ParseTree_Tag($this,
|
||||
$this->compiler->processNocacheCode("<?php echo '{$this->yystack[$this->yyidx + 0]->minor}';?>\n",
|
||||
$this->compiler,
|
||||
true));
|
||||
$this->template->compiled->has_nocache_code = $save;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user