fixed custom filters

This commit is contained in:
Savetheinternet 2011-09-18 03:17:54 +10:00
parent 0b9cea4d67
commit d651b37ba9

View File

@ -403,7 +403,6 @@
$did_not_match = true;
break;
}
}
if(!isset($did_not_match)) {
// Matched filter!
if(isset($filter) && $filter['action'] == 'reject') {
@ -411,6 +410,9 @@
}
}
}
}
exit;
if($post['has_file']) {
if(!in_array($post['extension'], $config['allowed_ext']) && !in_array($post['extension'], $config['allowed_ext_files']))