- bugfix variables $null, $true and $false did not work

after the change of 12.11.2014 (forum 25342)
This commit is contained in:
Uwe Tews
2014-12-09 23:33:11 +01:00
parent ffbfe40043
commit 7bd40d2c0b
3 changed files with 1447 additions and 1517 deletions
@@ -818,11 +818,7 @@ class Smarty_Internal_Templatelexer
function yy_r2_60($yy_subpatterns)
{
if (defined($this->value)) {
$this->token = Smarty_Internal_Templateparser::TP_CONSTANT;
} else {
$this->token = Smarty_Internal_Templateparser::TP_ID;
}
$this->token = Smarty_Internal_Templateparser::TP_ID;
}
function yy_r2_61($yy_subpatterns)
File diff suppressed because it is too large Load Diff