forked from leftypol/leftypol
Stupid bug when posting
This commit is contained in:
parent
c67c85b69b
commit
c1a40e9de0
1 changed files with 1 additions and 1 deletions
2
post.php
2
post.php
|
@ -374,7 +374,7 @@
|
|||
}
|
||||
if(!isset($did_not_match)) {
|
||||
// Matched filter!
|
||||
if($filter['action'] == 'reject') {
|
||||
if(isset($filter) && $filter['action'] == 'reject') {
|
||||
error($filter['message']);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue