mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 19:04:27 +02:00
- bugfix variables $null, $true and $false did not work
after the change of 12.11.2014 (forum 25342)
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
===== 3.1.22-dev ===== (xx.xx.2014)
|
===== 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
|
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)
|
- bugfix a plugin with attached modifier could fail if the tag was immediately followed by another Smarty tag (since 3.1.21) (forum 25326)
|
||||||
|
|
||||||
|
@@ -818,12 +818,8 @@ class Smarty_Internal_Templatelexer
|
|||||||
function yy_r2_60($yy_subpatterns)
|
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)
|
function yy_r2_61($yy_subpatterns)
|
||||||
{
|
{
|
||||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user