diff --git a/system/pages/forum/new_post.php b/system/pages/forum/new_post.php index 3a8431be7..b45acff04 100644 --- a/system/pages/forum/new_post.php +++ b/system/pages/forum/new_post.php @@ -22,7 +22,7 @@ $thread = $db->query("SELECT `" . FORUM_TABLE_PREFIX . "forum`.`post_topic`, `" . FORUM_TABLE_PREFIX . "forum`.`id`, `" . FORUM_TABLE_PREFIX . "forum`.`section` FROM `" . FORUM_TABLE_PREFIX . "forum` WHERE `" . FORUM_TABLE_PREFIX . "forum`.`id` = " . $thread_id . " AND `" . FORUM_TABLE_PREFIX . "forum`.`first_post` = " . $thread_id . " LIMIT 1")->fetch(); if (isset($thread['id']) && Forum::hasAccess($thread['section'])) { - echo '