diff --git a/change_log.txt b/change_log.txt index b41a89f8..68c02623 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,3 +1,6 @@ +12/04/2010 +- bugfix in smarty_internal_templatecompilerbase (overloaded property) + 07/04/2010 - bugfix typo in smarty_internal_templatecompilerbase diff --git a/libs/sysplugins/smarty_internal_templatecompilerbase.php b/libs/sysplugins/smarty_internal_templatecompilerbase.php index 6af51d34..c41d7750 100644 --- a/libs/sysplugins/smarty_internal_templatecompilerbase.php +++ b/libs/sysplugins/smarty_internal_templatecompilerbase.php @@ -374,7 +374,7 @@ class Smarty_Internal_TemplateCompilerBase { $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 { $_output = $content;