Index: core/units/helpers/ajax_form_helper.php IDEA additional info: Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP <+>UTF-8 =================================================================== --- core/units/helpers/ajax_form_helper.php (revision 15892) +++ core/units/helpers/ajax_form_helper.php (revision ) @@ -134,6 +134,10 @@ } else { if ( !isset($params['redirect_to']) && ($event->redirect === true || strlen($event->redirect) > 0) ) { + if ( $event->redirect === true ) { + $event->redirect = ''; + } + $redirect_to = $this->Application->HREF($event->redirect, '', $event->getRedirectParams(), $event->redirectScript); // is used from JavaScript / redirecting, so any "&" could break it \ No newline at end of file