Index: application.php =================================================================== --- application.php (revision 14472) +++ application.php (working copy) @@ -2192,6 +2192,7 @@ else { if ($this->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() != '') {