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
|
||||
(monte)
|
||||
- add ids to html_radios labels (monte, menulis)
|
||||
|
@@ -232,7 +232,7 @@ class Smarty
|
||||
'isset', 'empty',
|
||||
'count', 'sizeof',
|
||||
'in_array', 'is_array',
|
||||
'true','false'),
|
||||
'true', 'false', 'null'),
|
||||
'INCLUDE_ANY' => false,
|
||||
'PHP_TAGS' => false,
|
||||
'MODIFIER_FUNCS' => array('count'),
|
||||
|
Reference in New Issue
Block a user