From: Roland Häder Date: Mon, 14 May 2012 20:26:09 +0000 (+0000) Subject: The FilterChain class is now registerable X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=19aee3538f686c3db68ce2707df5f8d795966e4e The FilterChain class is now registerable --- 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 */