Index: trunk/core/units/categories/categories_config.php =================================================================== diff -u -N -r5165 -r5173 --- trunk/core/units/categories/categories_config.php (.../categories_config.php) (revision 5165) +++ trunk/core/units/categories/categories_config.php (.../categories_config.php) (revision 5173) @@ -185,6 +185,7 @@ 'ItemSQLs' => Array( ''=> ' SELECT %1$s.* %2$s FROM %1$s + LEFT JOIN '.TABLE_PREFIX.'PermCache ON '.TABLE_PREFIX.'PermCache.CategoryId = %1$s.CategoryId LEFT JOIN '.TABLE_PREFIX.'%3$sCategoryCustomData cust ON %1$s.ResourceId = cust.ResourceId'), 'SubItems' => Array('c-cdata', 'c-perm'),