mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-04 19:54:14 +02:00
- bugfix post filter did fail on template inheritance https://github.com/smarty-php/smarty/issues/144
This commit is contained in:
@@ -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