summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorSimon Wisselink <wisskid@users.noreply.github.com>2024-03-28 11:22:29 +0100
committerSimon Wisselink <s.wisselink@iwink.nl>2024-04-05 22:38:57 +0200
commit599bcee13ea7b305876191241be920a1c0fcf9b5 (patch)
tree5a8af17080369d0d16fe189b6124b8e11961bd1b /changelog
parent569cef71d0fc45aeed260170c4ad66626d791161 (diff)
downloadsmarty-599bcee13ea7b305876191241be920a1c0fcf9b5.tar.gz
smarty-599bcee13ea7b305876191241be920a1c0fcf9b5.tar.bz2
smarty-599bcee13ea7b305876191241be920a1c0fcf9b5.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