- 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

View File

@@ -1,4 +1,7 @@
===== 3.1.22-dev ===== (xx.xx.2014)
09.12.2014
- bugfix variables $null, $true and $false did not work after the change of 12.11.2014 (forum 25342)
23.11.2014
- bugfix a plugin with attached modifier could fail if the tag was immediately followed by another Smarty tag (since 3.1.21) (forum 25326)

View File

@@ -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