From f640ca636f34cd2dfc1fa8de6fdbed0674908b30 Mon Sep 17 00:00:00 2001 From: slawkens Date: Tue, 6 Jan 2026 21:26:44 +0100 Subject: [PATCH] Fix player link in the forum thread (When outfits enabled) --- system/pages/forum/show_thread.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/pages/forum/show_thread.php b/system/pages/forum/show_thread.php index ceeb2602..441cf0da 100644 --- a/system/pages/forum/show_thread.php +++ b/system/pages/forum/show_thread.php @@ -70,7 +70,7 @@ foreach($posts as &$post) { } $post['group'] = $groupName; - $post['player_link'] = getPlayerLink($player->getName()); + $post['player_link'] = '' . $player->getName() . ''; $post['vocation'] = $player->getVocationName();