- bugfix template inheritance did set $merge_compiled_includes globally true

This commit is contained in:
uwe.tews@googlemail.com
2012-03-12 19:29:10 +00:00
parent a7f7267b04
commit 62f01f29e5
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
===== trunk =====
12.03.2012
- bugfix a double quoted string of "$foo" did not compile into PHP "$foo" (Forum Topic 21175)
- bugfix template inheritance did set $merge_compiled_includes globally true
03.03.2012
- optimization of compiling speed when same modifier was used several times

View File

@@ -260,7 +260,7 @@ class Smarty_Internal_Compile_Blockclose extends Smarty_Internal_CompileBase {
// reset flags
$compiler->parser->current_buffer = $saved_data[1];
$compiler->nocache = $saved_data[2];
//$compiler->smarty->merge_compiled_includes = $saved_data[3];
$compiler->smarty->merge_compiled_includes = $saved_data[3];
// reset flag for {block} tag
$compiler->inheritance = false;
// $_output content has already nocache code processed