diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2024-03-15 16:10:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-15 16:10:27 +0100 |
| commit | 82397ec7f074c56844d2e489ac1c40ca2ca3e756 (patch) | |
| tree | ce5ccb237c720650744997115e46643600f6205d /changelog | |
| parent | 17da1f585eb0d02c5b55d42d681ab4df77d7538e (diff) | |
| download | smarty-82397ec7f074c56844d2e489ac1c40ca2ca3e756.tar.gz smarty-82397ec7f074c56844d2e489ac1c40ca2ca3e756.tar.bz2 smarty-82397ec7f074c56844d2e489ac1c40ca2ca3e756.zip | |
Fixed that scoped variables would overwrite parent scope. (#954)
* Fixed that scoped variables would overwrite parent scope.
Fixes #952
* Moved variable stack maintenance to methods and private properties in Data class.
Diffstat (limited to 'changelog')
| -rw-r--r-- | changelog/952.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog/952.md b/changelog/952.md new file mode 100644 index 00000000..838ed4fb --- /dev/null +++ b/changelog/952.md @@ -0,0 +1,2 @@ +- Fixed that scoped variables would overwrite parent scope [#952](https://github.com/smarty-php/smarty/issues/952) +- Removed publicly accessible `$tpl->_var_stack` variable
\ No newline at end of file |
