]> git.mxchange.org Git - hub.git/commitdiff
Also don't do this ...
authorRoland Haeder <roland@mxchange.org>
Sun, 24 May 2015 18:32:23 +0000 (20:32 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 24 May 2015 18:32:23 +0000 (20:32 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
application/hub/main/factories/chain/class_PackageFilterChainFactory.php

index 0a70fe2327db9b6b3f5541bf70b82f9f63440e5b..9cd32b50e0eae5ad12d396d8cdc8abd02192431e 100644 (file)
@@ -64,9 +64,6 @@ class PackageFilterChainFactory extends ObjectFactory {
                                $chainInstance->addFilter($filterInstance);
                        } // END - foreach
 
-                       // Add this post-filter to the chain
-                       $chainInstance->addPostFilter($filterInstance);
-
                        // Add the finished chain to the registry
                        Registry::getRegistry()->addInstance($registryKey, $chainInstance);
                }