Index: branches/5.2.x/core/units/promo_block_groups/promo_block_groups_config.php =================================================================== diff -u -N -r14929 -r15012 --- branches/5.2.x/core/units/promo_block_groups/promo_block_groups_config.php (.../promo_block_groups_config.php) (revision 14929) +++ branches/5.2.x/core/units/promo_block_groups/promo_block_groups_config.php (.../promo_block_groups_config.php) (revision 15012) @@ -52,7 +52,7 @@ 'CalculatedFields' => Array ( '' => Array ( - 'AssignedToSections' => '(SELECT GROUP_CONCAT(CategoryId SEPARATOR ";") FROM '.TABLE_PREFIX.'Category WHERE PromoBlockGroupId = %1$s.PromoBlockGroupId)', + 'AssignedToSections' => '(SELECT GROUP_CONCAT(CategoryId SEPARATOR ";") FROM '.TABLE_PREFIX.'Categories WHERE PromoBlockGroupId = %1$s.PromoBlockGroupId)', ), ),