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

Fix Smarty::assign() not returning when called #973

Closed wisskid closed 4 months ago

wisskid commented 4 months ago

Fix Smarty::assign() not returning when called with an array as first parameter.

Fixes #972