mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
fixed {plugin|modifier} syntax
This commit is contained in:
@@ -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 != '') {
|
||||||
|
Reference in New Issue
Block a user