diff --git a/sections/forums/thread.php b/sections/forums/thread.php
index f9be9332..cd41aef2 100644
--- a/sections/forums/thread.php
+++ b/sections/forums/thread.php
@@ -212,7 +212,7 @@
Poll if ($Closed) { echo ' [Closed]'; } ?> if ($Featured && $Featured !== '0000-00-00 00:00:00') { echo ' [Featured]'; } ?> (View)
=display_str($Question)?>
- if ($UserResponse !== null || $Closed || $ThreadInfo['IsLocked'] || $LoggedUser['Class'] < $Forums[$ForumID]['MinClassWrite']) { ?>
+ if ($UserResponse !== null || $Closed || $ThreadInfo['IsLocked'] || !check_forumperm($ForumID)) { ?>