Browse Source

"flood filter" becomes "filter"

pull/40/head
Michael Foster 11 years ago
parent
commit
0e23a6a2b4
  1. 2
      inc/filters.php

2
inc/filters.php

@ -107,7 +107,7 @@ class Filter {
switch($this->action) {
case 'reject':
error(isset($this->message) ? $this->message : 'Posting throttled by flood filter.');
error(isset($this->message) ? $this->message : 'Posting throttled by filter.');
case 'ban':
if (!isset($this->reason))
error('The ban action requires a reason.');

Loading…
Cancel
Save