fixed {plugin|modifier} syntax

This commit is contained in:
messju
2003-06-21 12:20:17 +00:00
parent 9fb3dbdf2c
commit e61e05e05b

View File

@@ -703,7 +703,7 @@ class Smarty_Compiler extends Smarty {
} }
$_return = $this->_compile_plugin_call('function', $tag_command).'(array('.implode(',', (array)$arg_list)."), \$this)"; $_return = $this->_compile_plugin_call('function', $tag_command).'(array('.implode(',', (array)$arg_list)."), \$this)";
if($tag_modifier != '') { if($tag_modifier != '') {
$this->_parse_modifiers($return, $tag_modifier); $this->_parse_modifiers($_return, $tag_modifier);
} }
if($_return != '') { if($_return != '') {