Index: branches/5.2.x/core/kernel/utility/event.php =================================================================== diff -u -N -r15250 -r15374 --- branches/5.2.x/core/kernel/utility/event.php (.../event.php) (revision 15250) +++ branches/5.2.x/core/kernel/utility/event.php (.../event.php) (revision 15374) @@ -1,6 +1,6 @@ redirectParams = kUtil::array_merge_recursive($this->redirectParams, $params); + if ( $append ) { + // append new parameters to parameters set before + $params = kUtil::array_merge_recursive($this->redirectParams, $params); + } + + $this->redirectParams = $params; } /**