From 626719ab861b34d650f63f5ce216ee423e17a9e7 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