Index: trunk/core/units/custom_data/custom_data_config.php =================================================================== diff -u -r4801 -r4802 --- trunk/core/units/custom_data/custom_data_config.php (.../custom_data_config.php) (revision 4801) +++ trunk/core/units/custom_data/custom_data_config.php (.../custom_data_config.php) (revision 4802) @@ -13,7 +13,7 @@ 'TableName' => TABLE_PREFIX.'CategoryCustomData', 'ParentPrefix' => 'c', ), - + 'l-cdata' => Array( 'TableName' => TABLE_PREFIX.'LinkCustomData', 'ParentPrefix' => 'l', @@ -28,7 +28,7 @@ 'TableName' => TABLE_PREFIX.'TopicCustomData', 'ParentPrefix' => 'bb', ), - + 'p-cdata' => Array( 'TableName' => TABLE_PREFIX.'ProductsCustomData', 'ParentPrefix' => 'p', @@ -50,7 +50,7 @@ Array( 'Mode' => hAFTER, 'Conditional' => false, - 'HookToPrefix' => '', //self + 'HookToPrefix' => '#PARENT#', //self 'HookToSpecial' => '*', 'HookToEvent' => Array('OnAfterConfigRead'), 'DoPrefix' => '',