diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2024-03-28 11:22:29 +0100 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2024-04-05 22:38:57 +0200 |
| commit | 599bcee13ea7b305876191241be920a1c0fcf9b5 (patch) | |
| tree | 5a8af17080369d0d16fe189b6124b8e11961bd1b /changelog | |
| parent | 569cef71d0fc45aeed260170c4ad66626d791161 (diff) | |
| download | smarty-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.md | 1 |
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 |
