From: Roland Haeder Date: Sun, 24 May 2015 18:32:23 +0000 (+0200) Subject: Also don't do this ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e38ee79e519c66e528c41b2984881c0816eb57fe;p=hub.git Also don't do this ... Signed-off-by: Roland Haeder --- diff --git a/application/hub/main/factories/chain/class_PackageFilterChainFactory.php b/application/hub/main/factories/chain/class_PackageFilterChainFactory.php index 0a70fe232..9cd32b50e 100644 --- a/application/hub/main/factories/chain/class_PackageFilterChainFactory.php +++ b/application/hub/main/factories/chain/class_PackageFilterChainFactory.php @@ -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); }