Index: branches/5.2.x/core/units/helpers/menu_helper.php =================================================================== diff -u -N -r15422 -r16513 --- branches/5.2.x/core/units/helpers/menu_helper.php (.../menu_helper.php) (revision 15422) +++ branches/5.2.x/core/units/helpers/menu_helper.php (.../menu_helper.php) (revision 16513) @@ -1,6 +1,6 @@ Application->GetVar('m_cat_id'); if ( "$cat" == 'parent' ) { + /** @var kDBItem $this_category */ $this_category = $this->Application->recallObject('c'); - /* @var $this_category kDBItem */ $cat = $this_category->GetDBField('ParentId'); } @@ -345,8 +345,8 @@ static $items_by_parent = NULL, $lang_part = NULL; if ( !isset($lang_part) ) { + /** @var kMultiLanguageHelper $ml_helper */ $ml_helper = $this->Application->recallObject('kMultiLanguageHelper'); - /* @var $ml_helper kMultiLanguageHelper */ $lang_part = ''; $languages = $ml_helper->getLanguages();