- bugfix post filter did fail on template inheritance https://github.com/smarty-php/smarty/issues/144

This commit is contained in:
uwetews
2015-12-24 05:52:41 +01:00
parent 297f47a15a
commit 2ebacc3b54
2 changed files with 2 additions and 2 deletions
@@ -407,7 +407,6 @@ abstract class Smarty_Internal_TemplateCompilerBase
$this->smarty->_debug->end_compile($this->template);
}
$this->parent_compiler = null;
$this->template = null;
$this->parser = null;
return $_compiled_code;
}