From e61e05e05bf9ac6cc61cfc985323bb38dcd6452d Mon Sep 17 00:00:00 2001 From: messju Date: Sat, 21 Jun 2003 12:20:17 +0000 Subject: [PATCH] fixed {plugin|modifier} syntax --- libs/Smarty_Compiler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/Smarty_Compiler.class.php b/libs/Smarty_Compiler.class.php index 9256fdfe..b7dfb99d 100644 --- a/libs/Smarty_Compiler.class.php +++ b/libs/Smarty_Compiler.class.php @@ -703,7 +703,7 @@ class Smarty_Compiler extends Smarty { } $_return = $this->_compile_plugin_call('function', $tag_command).'(array('.implode(',', (array)$arg_list)."), \$this)"; if($tag_modifier != '') { - $this->_parse_modifiers($return, $tag_modifier); + $this->_parse_modifiers($_return, $tag_modifier); } if($_return != '') {