The FilterChain class is now registerable
authorRoland Häder <roland@mxchange.org>
Mon, 14 May 2012 20:26:09 +0000 (20:26 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 14 May 2012 20:26:09 +0000 (20:26 +0000)
inc/classes/main/filter/class_FilterChain.php

index dcc94f4e5fa6f82f169cb7c54c3e2dee883f089c..49ca8b2275e84e14a592381c9588dba498a55692 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
  */
-class FilterChain extends BaseFrameworkSystem {
+class FilterChain extends BaseFrameworkSystem implements Registerable {
        /**
         * All filters together
         */