Index: branches/unlabeled/unlabeled-1.29.2/core/units/categories/categories_tag_processor.php =================================================================== diff -u -r6123 -r6308 --- branches/unlabeled/unlabeled-1.29.2/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 6123) +++ branches/unlabeled/unlabeled-1.29.2/core/units/categories/categories_tag_processor.php (.../categories_tag_processor.php) (revision 6308) @@ -190,6 +190,8 @@ } unset($params['cat_id']); + $params['pass_category'] = 1; + $main_processor =& $this->Application->recallObject('m_TagProcessor'); return $main_processor->T($params); }