missing variable rename

This commit is contained in:
Mike Macgirvin 2022-11-20 17:51:07 +11:00
parent 6411b56406
commit ca06310293

View file

@ -33,8 +33,8 @@ use Symfony\Component\Uid\Uuid;
function replace_macros($template, $map)
{
$arr = [
'template' => $s,
'params' => $r
'template' => $template,
'params' => $map,
];
/**