Opps...
authorRoland Häder <roland@mxchange.org>
Sun, 19 Jul 2009 17:38:19 +0000 (17:38 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 19 Jul 2009 17:38:19 +0000 (17:38 +0000)
inc/classes/main/controller/class_BaseController.php

index 9fd257c234fa4b908fb15c23e918c486759ead41..50f57fdade10c913d54fb98c10ad553aff021ee8 100644 (file)
@@ -68,7 +68,7 @@ class BaseController extends BaseFrameworkSystem implements Registerable {
         * @param       $filterInstance         An instance of a filter
         * @return      void
         */
-       protected function add addFilter ($filterGroup, Filterable $filterInstance) {
+       protected function addFilter ($filterGroup, Filterable $filterInstance) {
                $this->filterChains[$filterGroup]->addFilter($filterInstance);
        }