mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
fixed little bug in _compile_custom_tag()
This commit is contained in:
@@ -682,7 +682,7 @@ class Smarty_Compiler extends Smarty {
|
|||||||
$arg_list[] = "'$arg_name' => $arg_value";
|
$arg_list[] = "'$arg_name' => $arg_value";
|
||||||
}
|
}
|
||||||
|
|
||||||
$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);
|
||||||
|
Reference in New Issue
Block a user