Index: branches/5.1.x/core/kernel/application.php =================================================================== diff -u -N -r14505 -r14509 --- branches/5.1.x/core/kernel/application.php (.../application.php) (revision 14505) +++ branches/5.1.x/core/kernel/application.php (.../application.php) (revision 14509) @@ -1,6 +1,6 @@ GetVar('ajax') == 'yes' && $t != $this->GetVar('t')) { // redirection to other then current template during ajax request + safeDefine('DBG_SKIP_REPORTING', 1); echo '#redirect#' . $location; } elseif (headers_sent() != '') {