bugfix $smarty.block.child and $smarty.block.parent could not be used like any

$smarty special variable https://github.com/smarty-php/smarty/issues/393
This commit is contained in:
Uwe Tews
2017-10-12 08:21:12 +02:00
parent 34fc5e6b46
commit b271173a2d
14 changed files with 1681 additions and 1802 deletions
@@ -372,8 +372,6 @@ class Smarty_Internal_TestInstall
'smarty_internal_compile_append.php' => true,
'smarty_internal_compile_assign.php' => true,
'smarty_internal_compile_block.php' => true,
'smarty_internal_compile_block_child.php' => true,
'smarty_internal_compile_block_parent.php' => true,
'smarty_internal_compile_break.php' => true,
'smarty_internal_compile_call.php' => true,
'smarty_internal_compile_capture.php' => true,