Index: branches/5.2.x/core/units/images/images_config.php =================================================================== diff -u -N -r14879 -r15012 --- branches/5.2.x/core/units/images/images_config.php (.../images_config.php) (revision 14879) +++ branches/5.2.x/core/units/images/images_config.php (.../images_config.php) (revision 15012) @@ -1,6 +1,6 @@ 'ImageId', 'StatusField' => Array('Enabled', 'DefaultImg'), // field, that is affected by Approve/Decline events 'TitleField' => 'Name', // field, used in bluebar when editing existing item - 'TableName' => TABLE_PREFIX.'Images', + 'TableName' => TABLE_PREFIX.'CatalogImages', 'ParentTableKey'=> 'ResourceId', // linked field in master table 'ForeignKey' => 'ResourceId', // linked field in subtable 'ParentPrefix' => 'p',