Fix player link in the forum thread (When outfits enabled)

This commit is contained in:
slawkens
2026-01-06 21:26:44 +01:00
parent 5b841682cd
commit f640ca636f

View File

@@ -70,7 +70,7 @@ foreach($posts as &$post) {
}
$post['group'] = $groupName;
$post['player_link'] = getPlayerLink($player->getName());
$post['player_link'] = '<a href="' . getPlayerLink($player, false) . '" style="position: relative;">' . $player->getName() . '</a>';
$post['vocation'] = $player->getVocationName();