Index: branches/5.3.x/core/units/helpers/navigation_bar.php =================================================================== diff -u -N -r16111 -r16519 --- branches/5.3.x/core/units/helpers/navigation_bar.php (.../navigation_bar.php) (revision 16111) +++ branches/5.3.x/core/units/helpers/navigation_bar.php (.../navigation_bar.php) (revision 16519) @@ -1,6 +1,6 @@ _getCurrentCategoryId(); + /** @var CategoryHelper $category_helper */ $category_helper = $this->Application->recallObject('CategoryHelper'); - /* @var $category_helper CategoryHelper */ $module_info = $category_helper->getCategoryModule($this->_params, array_keys($category_path)); $module_item_id = $this->Application->GetVar($module_info['Var'] . '_id'); @@ -290,8 +290,8 @@ if ( $cached_path === false ) { $parent_path = explode('|', substr($this->getParentPath($main_category_id), 1, -1)); + /** @var kMultiLanguage $ml_formatter */ $ml_formatter = $this->Application->recallObject('kMultiLanguage'); - /* @var $ml_formatter kMultiLanguage */ $navbar_field = $ml_formatter->LangFieldName($category_title);