diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index 90625d3f99..fb12dd925a 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -146,7 +146,6 @@ if ($view && !$post_id) if (!$row) { - // Check for forum style $sql = 'SELECT forum_style FROM ' . FORUMS_TABLE . " WHERE forum_id = $forum_id";