Переглянути джерело

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

pull/79/head
Benjamin Southall 7 роки тому
джерело
коміт
d01bcf48d7
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      inc/filters.php

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


Завантаження…
Відмінити
Зберегти