a few bug fixes
This commit is contained in:
parent
5fa09ae97f
commit
080eb061ef
6 changed files with 9 additions and 9 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue