Index: branches/5.3.x/core/kernel/utility/event.php =================================================================== diff -u -N -r16395 -r16519 --- branches/5.3.x/core/kernel/utility/event.php (.../event.php) (revision 16395) +++ branches/5.3.x/core/kernel/utility/event.php (.../event.php) (revision 16519) @@ -1,6 +1,6 @@ Application->getUnitConfig($top_prefix)->getPermSectionByName('main'); // 2. check if this section has perm_prefix mapping to other prefix. + /** @var kSectionsHelper $sections_helper */ $sections_helper = $this->Application->recallObject('SectionsHelper'); - /* @var $sections_helper kSectionsHelper */ $section_data =& $sections_helper->getSectionData($section);