From 914815d438ad7dbc17d572abdc819bf6cdd7e579 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Tue, 5 May 2015 06:48:37 +0200 Subject: [PATCH] Fix broken code --- libs/sysplugins/smarty_internal_templatecompilerbase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/sysplugins/smarty_internal_templatecompilerbase.php b/libs/sysplugins/smarty_internal_templatecompilerbase.php index 091e6428..b287733d 100644 --- a/libs/sysplugins/smarty_internal_templatecompilerbase.php +++ b/libs/sysplugins/smarty_internal_templatecompilerbase.php @@ -380,7 +380,6 @@ abstract class Smarty_Internal_TemplateCompilerBase $merged_code .= $code; } } - $_compiled_code = ''; // run postfilter if required on compiled template code if ((isset($this->smarty->autoload_filters['post']) || isset($this->smarty->registered_filters['post'])) && !$this->suppressFilter && $_compiled_code != '') { $_compiled_code = Smarty_Internal_Filter_Handler::runFilter('post', $_compiled_code, $template);