From 19aee3538f686c3db68ce2707df5f8d795966e4e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Mon, 14 May 2012 20:26:09 +0000 Subject: [PATCH] The FilterChain class is now registerable --- inc/classes/main/filter/class_FilterChain.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/classes/main/filter/class_FilterChain.php b/inc/classes/main/filter/class_FilterChain.php index dcc94f4e..49ca8b22 100644 --- a/inc/classes/main/filter/class_FilterChain.php +++ b/inc/classes/main/filter/class_FilterChain.php @@ -21,7 +21,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class FilterChain extends BaseFrameworkSystem { +class FilterChain extends BaseFrameworkSystem implements Registerable { /** * All filters together */ -- 2.39.2