Index: trunk/kernel/units/categories/cache_updater.php =================================================================== diff -u -N -r5165 -r5173 --- trunk/kernel/units/categories/cache_updater.php (.../cache_updater.php) (revision 5165) +++ trunk/kernel/units/categories/cache_updater.php (.../cache_updater.php) (revision 5173) @@ -333,7 +333,7 @@ $sql = 'SELECT ipc.PermissionConfigId, ip.GroupId, ip.PermissionValue FROM '.TABLE_PREFIX.'Permissions AS ip LEFT JOIN '.TABLE_PREFIX.'PermissionConfig AS ipc ON ipc.PermissionName = ip.Permission - WHERE (CatId = '.$data['current_id'].') AND (Permission LIKE "%.VIEW") AND (ipc.PermissionConfigId IS NOT NULL)'; + WHERE (CatId = '.$data['current_id'].') AND (Permission LIKE "%.VIEW") AND (ip.Type = 0)'; $records = $this->Conn->Query($sql); Index: trunk/kernel/admin_templates/index.tpl =================================================================== diff -u -N -r4842 -r5173 --- trunk/kernel/admin_templates/index.tpl (.../index.tpl) (revision 4842) +++ trunk/kernel/admin_templates/index.tpl (.../index.tpl) (revision 5173) @@ -5,6 +5,11 @@ In-portal Administration + + + + +