Index: branches/5.2.x/units/affiliate_payment_types/affiliate_payment_types_config.php =================================================================== diff -u -N -r14582 -r14594 --- branches/5.2.x/units/affiliate_payment_types/affiliate_payment_types_config.php (.../affiliate_payment_types_config.php) (revision 14582) +++ branches/5.2.x/units/affiliate_payment_types/affiliate_payment_types_config.php (.../affiliate_payment_types_config.php) (revision 14594) @@ -1,6 +1,6 @@ Array ('class' => 'kDBItem', 'file' => '', 'build_event' => 'OnItemBuild'), 'ListClass' => Array ('class' => 'kDBList', 'file' => '', 'build_event' => 'OnListBuild'), 'EventHandlerClass' => Array ('class' => 'AffiliatePaymentTypesEventHandler', 'file' => 'affiliate_payment_types_event_handler.php', 'build_event' => 'OnBuild'), - 'TagProcessorClass' => Array ('class' => 'kDBTagProcessor', 'file' => '', 'build_event' => 'OnBuild'), + 'TagProcessorClass' => Array ('class' => 'AffiliatePaymentTypeTagProcessor', 'file' => 'affiliate_payment_types_tp.php', 'build_event' => 'OnBuild'), 'AutoLoad' => true, - 'AggregateTags' => Array ( - Array ( - 'AggregateTo' => 'u', - 'AggregatedTagName' => 'ListAffiliatesPaymentTypes', - 'LocalTagName' => 'PrintList', - 'LocalSpecial' => 'active', - ), - ), 'QueryString' => Array ( 1 => 'id', 2 => 'Page',