fixed a macro problem
This commit is contained in:
parent
82156de83c
commit
80fc76691f
3 changed files with 7 additions and 6 deletions
|
|
@ -117,6 +117,9 @@ sub page {
|
|||
}
|
||||
$output = "An error was encountered while processing your request." if $output eq '';
|
||||
}
|
||||
if ($session->errorHandler->canShowDebug()) {
|
||||
$output .= $session->errorHandler->showDebug();
|
||||
}
|
||||
return $output;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue