Browse Source

bug fix

pull/40/head
Michael 13 years ago
parent
commit
5333f8c9cc
  1. 2
      post.php

2
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

Loading…
Cancel
Save