summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorSimon Wisselink <wisskid@users.noreply.github.com>2024-03-28 11:22:29 +0100
committerGitHub <noreply@github.com>2024-03-28 11:22:29 +0100
commit6f054ecc2ffea472b438691f42afcad598b98d61 (patch)
tree44e5e8d839219dd0e926e9d55c02695102da85a5 /changelog
parent4fec27ccc274ff615df13612637160264b343bd9 (diff)
downloadsmarty-6f054ecc2ffea472b438691f42afcad598b98d61.tar.gz
smarty-6f054ecc2ffea472b438691f42afcad598b98d61.tar.bz2
smarty-6f054ecc2ffea472b438691f42afcad598b98d61.zip
Fix Smarty::assign() not returning when called with an array as first parameter. (#973)
Fixes #972
Diffstat (limited to 'changelog')
-rw-r--r--changelog/972.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/972.md b/changelog/972.md
new file mode 100644
index 00000000..e1e930a3
--- /dev/null
+++ b/changelog/972.md
@@ -0,0 +1 @@
+- Fix Smarty::assign() not returning $this when called with an array as first parameter [#972](https://github.com/smarty-php/smarty/pull/972) \ No newline at end of file