Index: trunk/core/kernel/utility/event.php =================================================================== diff -u -r4689 -r4785 --- trunk/core/kernel/utility/event.php (.../event.php) (revision 4689) +++ trunk/core/kernel/utility/event.php (.../event.php) (revision 4785) @@ -282,7 +282,7 @@ */ function getSection() { - $perm_section = $this->getEventParam('PermSection'); + $perm_section = $this->getEventParam('PermSection'); if ($perm_section) { return $perm_section; }