smarty-php / smarty

Smarty is a template engine for PHP, facilitating the separation of presentation (HTML/CSS) from application logic.
Other
2.23k stars 703 forks source link

Deprecation fix for providing a non string value to ctype_digit #960

Closed Visualq closed 4 months ago

Visualq commented 4 months ago

Running the following template will result in a deprecation warning:

{20240301121415|date_format:"%d-%m-%Y"}

Casting the value to string should a be a safe fix.