"flood filter" becomes "filter"

This commit is contained in:
Michael Foster 2013-09-07 13:14:55 +10:00
parent b7f16dee0f
commit 0e23a6a2b4

View File

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