- fix on nocache code in child {block} tags

This commit is contained in:
Uwe.Tews
2009-11-12 22:50:48 +00:00
parent da8e893358
commit 39b25f8db8
5 changed files with 5 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ class Smarty_Internal_Resource_Extend {
// compile block content
$_tpl = $this->smarty->createTemplate('string:' . $block_content,null,null,$template);
$_tpl->template_filepath = $this->template->getTemplateFilepath();
// $_tpl->suppressFileDependency = true;
$_tpl->forceNocache= true;
$_compiled_content = $_tpl->getCompiledTemplate();
unset($_tpl);
$_name = trim($_match[3], "\"'}");