Index: branches/5.2.x/core/kernel/utility/event.php =================================================================== diff -u -N -r14905 -r15065 --- branches/5.2.x/core/kernel/utility/event.php (.../event.php) (revision 14905) +++ branches/5.2.x/core/kernel/utility/event.php (.../event.php) (revision 15065) @@ -1,6 +1,6 @@ redirectParams = $params; - - return ; - } - // append new parameters to parameters set before $this->redirectParams = kUtil::array_merge_recursive($this->redirectParams, $params); }