Bläddra i källkod

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

pull/79/head
Benjamin Southall 7 år sedan
förälder
incheckning
d01bcf48d7
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      inc/filters.php

+ 1
- 1
inc/filters.php Visa fil

@@ -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.');


Laddar…
Avbryt
Spara