Browse Source

Changing wording of post filtering when action is not set from throttled to blocked at user request.

pull/40/head
Benjamin Southall 7 years ago
parent
commit
d01bcf48d7
  1. 2
      inc/filters.php

2
inc/filters.php

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

Loading…
Cancel
Save