fix passed parameter

This commit is contained in:
uwetews
2016-03-09 03:53:12 +01:00
parent 43c5aabda5
commit 23acdf722c
2 changed files with 1 additions and 2 deletions
@@ -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;
}