Index: branches/5.2.x/core/units/category_items/category_items_config.php =================================================================== diff -u -N -r14585 -r15012 --- branches/5.2.x/core/units/category_items/category_items_config.php (.../category_items_config.php) (revision 14585) +++ branches/5.2.x/core/units/category_items/category_items_config.php (.../category_items_config.php) (revision 15012) @@ -1,6 +1,6 @@ Array( ''=>' SELECT %1$s.* %2$s FROM %1$s - LEFT JOIN '.TABLE_PREFIX.'Category AS c ON c.CategoryId = %1$s.CategoryId', + LEFT JOIN '.TABLE_PREFIX.'Categories AS c ON c.CategoryId = %1$s.CategoryId', ), // key - special, value - list select sql 'ItemSQLs' => Array( ''=>'SELECT * FROM %s', ),