Skip to content

Commit

Permalink
Item13897: Forgotten fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Jun 30, 2016
1 parent a6db13d commit 11a27f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/lib/Foswiki/Macros.pm
Expand Up @@ -705,7 +705,9 @@ sub execMacro {
. "; must do Foswiki::Macro role" )
if DEBUG;
}
$rc = $this->_macros->{$macroName}->expand( $attrs, $topicObject );
$rc =
$this->_macros->{$macroName}
->expand( $attrs, $topicObject, @macroArgs );
}

return $rc;
Expand Down

0 comments on commit 11a27f8

Please sign in to comment.