- bugfix in smarty_internal_templatecompilerbase (overloaded property)

This commit is contained in:
Uwe.Tews
2010-04-12 15:06:24 +00:00
parent 1eb8a44b0f
commit 5d644eb203
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
12/04/2010
- bugfix in smarty_internal_templatecompilerbase (overloaded property)
07/04/2010 07/04/2010
- bugfix typo in smarty_internal_templatecompilerbase - bugfix typo in smarty_internal_templatecompilerbase

View File

@@ -374,7 +374,7 @@ class Smarty_Internal_TemplateCompilerBase {
$this->template->required_plugins['nocache'][$plugin_name]['modifier'] = $this->template->required_plugins['compiled'][$plugin_name]['modifier']; $this->template->required_plugins['nocache'][$plugin_name]['modifier'] = $this->template->required_plugins['compiled'][$plugin_name]['modifier'];
} }
} }
unset($this->template->saved_modifier); $this->template->saved_modifier = null;
} }
} else { } else {
$_output = $content; $_output = $content;