mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
- bugfix merge_compiled_includes flag was not restored correctly in {block} tag
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
24/09/2010
|
||||
- bugfix merge_compiled_includes flag was not restored correctly in {block} tag
|
||||
|
||||
22/09/2010
|
||||
- bugfix on default modifier
|
||||
|
||||
|
@@ -108,7 +108,7 @@ class Smarty_Internal_Compile_Blockclose extends Smarty_Internal_CompileBase {
|
||||
}
|
||||
$compiler->parser->current_buffer = $saved_data[1];
|
||||
$compiler->nocache = $saved_data[2];
|
||||
$compiler->smarty->merge_compiled_includes = $saved_data[2];
|
||||
$compiler->smarty->merge_compiled_includes = $saved_data[3];
|
||||
// $_output content has already nocache code processed
|
||||
$compiler->suppressNocacheProcessing = true;
|
||||
// reset flag
|
||||
|
Reference in New Issue
Block a user