diff --git a/root/portal/includes/functions.php b/root/portal/includes/functions.php index 8d99d395..ad11e9fd 100644 --- a/root/portal/includes/functions.php +++ b/root/portal/includes/functions.php @@ -251,7 +251,7 @@ function phpbb_fetch_posts($forum_from, $permissions, $number_of_posts, $text_le while ( $row = $db->sql_fetchrow($result) ) { - $row['username'] = get_username_string('full', $row['user_id'], $row['username'], $row['user_colour'])) . ''; + $row['username'] = get_username_string('full', $row['user_id'], $row['username'], $row['user_colour']) . ''; // Pull attachment data $sql2 = 'SELECT *