diff --git a/libs/sysplugins/smarty_internal_templatecompilerbase.php b/libs/sysplugins/smarty_internal_templatecompilerbase.php index f5895a29..cbb476f3 100644 --- a/libs/sysplugins/smarty_internal_templatecompilerbase.php +++ b/libs/sysplugins/smarty_internal_templatecompilerbase.php @@ -703,9 +703,6 @@ abstract class Smarty_Internal_TemplateCompilerBase */ public function processText($text) { - if ($this->inheritance_child && !$this->blockTagNestingLevel) { - return null; - } if ($this->parser->strip) { return new Smarty_Internal_ParseTree_Text($this->parser, preg_replace($this->stripRegEx, '', $text)); } else {