Index: branches/RC/core/units/general/cat_event_handler.php =================================================================== diff -u -r10671 -r10675 --- branches/RC/core/units/general/cat_event_handler.php (.../cat_event_handler.php) (revision 10671) +++ branches/RC/core/units/general/cat_event_handler.php (.../cat_event_handler.php) (revision 10675) @@ -618,7 +618,7 @@ } } else { - $object->addFilter('status_filter', '%1$s.Status = 1'); + $object->addFilter('status_filter', '(%1$s.Status = ' . STATUS_ACTIVE . ') AND (' . TABLE_PREFIX . 'Category.Status = ' . STATUS_ACTIVE . ')'); if ($pending_editing) { // if category item uses pending editing abilities, then in no cases show pending copies on front $object->addFilter('original_filter', '%1$s.OrgId = 0 OR %1$s.OrgId IS NULL');