- 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

View File

@@ -1,7 +1,8 @@
 ===== 3.1.30-dev ===== (xx.xx.xx)
24.12.2015
- new feature Compiler does now observe the template_dir setting and will create separate compiled files if required
- bugfix post filter did fail on template inheritance https://github.com/smarty-php/smarty/issues/144
23.12.2015
- optimization move internal method decodeProperties back into template object
- optimization move subtemplate processing back into template object

View File

@@ -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;
}