Index: branches/5.2.x/core/kernel/utility/event.php =================================================================== diff -u -N -r16379 -r16513 --- branches/5.2.x/core/kernel/utility/event.php (.../event.php) (revision 16379) +++ branches/5.2.x/core/kernel/utility/event.php (.../event.php) (revision 16513) @@ -1,6 +1,6 @@ Application->getUnitOption($top_prefix.'.main', 'PermSection'); // 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); if ($section_data && isset($section_data['perm_prefix']) && $section_data['perm_prefix'] != $top_prefix) {