a few bug fixes

This commit is contained in:
JT Smith 2006-03-22 20:29:14 +00:00
parent 5fa09ae97f
commit 080eb061ef
6 changed files with 9 additions and 9 deletions

View file

@ -178,6 +178,8 @@ sub page {
$output = "An error was encountered while processing your request.";
}
$output = "An error was encountered while processing your request." if $output eq '';
} elsif ($output eq "chunked") {
$output = undef;
}
if ($session->errorHandler->canShowDebug()) {
$output .= $session->errorHandler->showDebug();