smarty
smarty copied to clipboard
Bubbling up of parent scope in template blocks with inheritance chain
Updating variable in parent scope (when the scope=parent is explicitly used on a tag like assign) now bubbles up (to the including template) even when the included template is part of an inheritance chain as it did pre v3.1.28.
Fixes https://github.com/smarty-php/smarty/issues/850