Index: branches/5.2.x/units/products/products_config.php =================================================================== diff -u -N -r15758 -r15811 --- branches/5.2.x/units/products/products_config.php (.../products_config.php) (revision 15758) +++ branches/5.2.x/units/products/products_config.php (.../products_config.php) (revision 15811) @@ -1,6 +1,6 @@ 'CategoryItemRewrite:RewriteListener', 'Hooks' => Array ( - // for subscription products: access group is saved before changing pricings Array ( 'Mode' => hAFTER, - 'Conditional' => true, - 'HookToPrefix' => 'pr', - 'HookToSpecial' => '*', - 'HookToEvent' => Array ('OnNew', 'OnAfterItemLoad'), - 'DoPrefix' => '', - 'DoSpecial' => '*', - 'DoEvent' => 'OnPreSave', - ), - - Array ( - 'Mode' => hAFTER, 'Conditional' => false, 'HookToPrefix' => 'lst', 'HookToSpecial' => '',