From 5333f8c9ccc33fac2fd0b84eb8bf6dae7f491b84 Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 11 Jun 2011 16:08:29 +1000 Subject: [PATCH] bug fix --- post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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