forked from leftypol/leftypol
bug fix
This commit is contained in:
parent
d950bcb9d2
commit
5333f8c9cc
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue