diff --git a/post.php b/post.php index 351f0626..ccf0976b 100644 --- a/post.php +++ b/post.php @@ -316,7 +316,7 @@ $post['body_nomarkup'] = $post['body']; - if(!($mod && $post['raw'])) + if(!($mod && isset($post['raw']) && $post['raw'])) markup($post['body']); // Check for a flood