diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index 451efc78..066448ef 100644 --- a/libs/Smarty_Compiler.class.php +++ b/libs/Smarty_Compiler.class.php @@ -327,7 +327,7 @@ class Smarty_Compiler extends Smarty { $template_compiled = $postfilter[0]($template_compiled, $this); $this->_plugins['postfilter'][$filter_name][3] = true; } else { - $this->_trigger_plugin_error("Smarty plugin error: postfilter '$filter_name' is not implemented"); + $this->_trigger_fatal_error("Smarty plugin error: postfilter '$filter_name' is not implemented"); } } }