Index: branches/5.1.x/core/kernel/utility/event.php =================================================================== diff -u -r12127 -r12657 --- branches/5.1.x/core/kernel/utility/event.php (.../event.php) (revision 12127) +++ branches/5.1.x/core/kernel/utility/event.php (.../event.php) (revision 12657) @@ -1,6 +1,6 @@ 1) { - array_unshift($args, $this->specificParams); + array_unshift_ref($args, $this->specificParams); + return call_user_func_array('getArrayValue', $args); // getArrayValue($this->specificParams, $name); } return isset($this->specificParams[$name]) ? $this->specificParams[$name] : false; @@ -329,6 +332,4 @@ return $section; } - } - -?> \ No newline at end of file + } \ No newline at end of file