Index: branches/5.3.x/core/units/category_items/category_items_tag_processor.php =================================================================== diff -u -N -r15483 -r16519 --- branches/5.3.x/core/units/category_items/category_items_tag_processor.php (.../category_items_tag_processor.php) (revision 15483) +++ branches/5.3.x/core/units/category_items/category_items_tag_processor.php (.../category_items_tag_processor.php) (revision 16519) @@ -1,6 +1,6 @@ SelectParam($params, 'name,field'); + /** @var kDBList $object */ $object = $this->getObject($params); - /* @var $object kDBList */ $root_phrase = $this->Application->Phrase(($this->Application->isAdmin ? 'la_' : 'lu_') . 'rootcategory_name'); $cached_navbar = preg_replace('/^(Content&\|&|Content)/i', '', $object->GetDBField($field));