mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 02:44:27 +02:00
add "null" as a valid token for {if} when security is enabled
This commit is contained in:
1
NEWS
1
NEWS
@@ -1,3 +1,4 @@
|
|||||||
|
- add "null" as a valid token for {if} when security is enabled (messju)
|
||||||
- add javascript_charcode encoding option to mailto function
|
- add javascript_charcode encoding option to mailto function
|
||||||
(monte)
|
(monte)
|
||||||
- add ids to html_radios labels (monte, menulis)
|
- add ids to html_radios labels (monte, menulis)
|
||||||
|
@@ -232,7 +232,7 @@ class Smarty
|
|||||||
'isset', 'empty',
|
'isset', 'empty',
|
||||||
'count', 'sizeof',
|
'count', 'sizeof',
|
||||||
'in_array', 'is_array',
|
'in_array', 'is_array',
|
||||||
'true','false'),
|
'true', 'false', 'null'),
|
||||||
'INCLUDE_ANY' => false,
|
'INCLUDE_ANY' => false,
|
||||||
'PHP_TAGS' => false,
|
'PHP_TAGS' => false,
|
||||||
'MODIFIER_FUNCS' => array('count'),
|
'MODIFIER_FUNCS' => array('count'),
|
||||||
|
Reference in New Issue
Block a user