From e38ee79e519c66e528c41b2984881c0816eb57fe Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 24 May 2015 20:32:23 +0200 Subject: [PATCH] Also don't do this ... Signed-off-by: Roland Haeder --- .../main/factories/chain/class_PackageFilterChainFactory.php | 3 --- 1 file changed, 3 deletions(-) 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); } -- 2.39.5