Skip to content

Commit

Permalink
getPlayerLink -> colored
Browse files Browse the repository at this point in the history
  • Loading branch information
slawkens committed Apr 1, 2024
1 parent 6807339 commit 6229736
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/twig.php
Expand Up @@ -71,8 +71,8 @@
});
$twig->addFunction($function);

$function = new TwigFunction('getPlayerLink', function ($s, $p = true) {
return getPlayerLink($s, $p);
$function = new TwigFunction('getPlayerLink', function ($s, $p = true, $colored = false) {
return getPlayerLink($s, $p, $colored);
});
$twig->addFunction($function);

Expand Down

0 comments on commit 6229736

Please sign in to comment.