tons more fixes. getting closer to gamma.
This commit is contained in:
parent
fa5439b099
commit
9c7e8699a2
9 changed files with 65 additions and 48 deletions
|
|
@ -115,7 +115,7 @@ sub page {
|
|||
$session->errorHandler->error("The notFound page failed to be created!");
|
||||
$output = "An error was encountered while processing your request.";
|
||||
}
|
||||
$output = "An error was encountered while processing your request." unless $output ne '';
|
||||
$output = "An error was encountered while processing your request." if $output eq '';
|
||||
}
|
||||
return $output;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue