From 0e23a6a2b43ccb388e7fcc62d5d73890c5bef019 Mon Sep 17 00:00:00 2001 From: Michael Foster Date: Sat, 7 Sep 2013 13:14:55 +1000 Subject: [PATCH] "flood filter" becomes "filter" --- inc/filters.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/filters.php b/inc/filters.php index 5c934532..d2802264 100644 --- a/inc/filters.php +++ b/inc/filters.php @@ -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.');