From 0bdd805d6b0ef36bc0d35961801e6dbec5c85fed Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Sat, 16 May 2015 13:40:45 +0200 Subject: [PATCH] remove code not intended for this version --- libs/sysplugins/smarty_internal_templatecompilerbase.php | 3 --- 1 file changed, 3 deletions(-) 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 {