diff --git a/sections/forums/thread.php b/sections/forums/thread.php index 8f5cc08f..4d00d598 100644 --- a/sections/forums/thread.php +++ b/sections/forums/thread.php @@ -429,6 +429,8 @@ foreach ($Thread as $Key => $Post) { list($PostID, $AuthorID, $AddedTime, $Body, $EditedUserID, $EditedTime, $EditedUsername) = array_values($Post); list($AuthorID, $Username, $PermissionID, $Paranoia, $Artist, $Donor, $Warned, $Avatar, $Enabled, $UserTitle) = array_values(Users::user_info($AuthorID)); + + ?>