Index: branches/unlabeled/unlabeled-1.30.2/core/units/categories/categories_tag_processor.php =================================================================== diff -u -r6439 -r6577 --- branches/unlabeled/unlabeled-1.30.2/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 6439) +++ branches/unlabeled/unlabeled-1.30.2/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 6577) @@ -280,7 +280,13 @@ function IsCurrent($params) { - return false; + $object =& $this->getObject($params); + if ($object->GetID() == $this->Application->GetVar('m_cat_id')) { + return true; + } + else { + return false; + } } /**