forked from leftypol/leftypol
"flood filter" becomes "filter"
This commit is contained in:
parent
b7f16dee0f
commit
0e23a6a2b4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue