mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
- bugfix post filter did fail on template inheritance https://github.com/smarty-php/smarty/issues/144
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
===== 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
|
||||
|
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user