Index: branches/5.0.x/core/kernel/utility/event.php =================================================================== diff -u -r12299 -r12590 --- branches/5.0.x/core/kernel/utility/event.php (.../event.php) (revision 12299) +++ branches/5.0.x/core/kernel/utility/event.php (.../event.php) (revision 12590) @@ -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;