Fix for last commit
This commit is contained in:
2
post.php
2
post.php
@@ -360,7 +360,7 @@ if (isset($_POST['delete'])) {
|
||||
if ($config['strip_combining_chars']) {
|
||||
$post['name'] = strip_combining_chars($post['name']);
|
||||
$post['email'] = strip_combining_chars($post['email']);
|
||||
$post['subject'] = strip_combining_chars($post['name']);
|
||||
$post['subject'] = strip_combining_chars($post['subject']);
|
||||
$post['body'] = strip_combining_chars($post['body']);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user