diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2025-04-10 23:47:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-10 23:47:44 +0200 |
| commit | a5bbba3f05b37b2c98c3d58fa151aa225131d8b7 (patch) | |
| tree | cdcb440ffe319d2bbb2f3f4bdd4ff3f2d4028066 /changelog | |
| parent | a0664a4ab2e64848684a0fe5f3ed5e71eb920020 (diff) | |
| download | smarty-a5bbba3f05b37b2c98c3d58fa151aa225131d8b7.tar.gz smarty-a5bbba3f05b37b2c98c3d58fa151aa225131d8b7.tar.bz2 smarty-a5bbba3f05b37b2c98c3d58fa151aa225131d8b7.zip | |
Fix syntax error occurring when registering a function plugin that ends with the string 'close' (#1124)
Fixes #1122
Diffstat (limited to 'changelog')
| -rw-r--r-- | changelog/1122.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/1122.md b/changelog/1122.md new file mode 100644 index 00000000..de32102b --- /dev/null +++ b/changelog/1122.md @@ -0,0 +1 @@ +- Fix syntax error occurring when registering a function plugin that ends with the string 'close' [#1122](https://github.com/smarty-php/smarty/issues/1122)
\ No newline at end of file |
