tons more fixes. getting closer to gamma.

This commit is contained in:
Matthew Wilson 2006-01-21 21:12:14 +00:00
parent fa5439b099
commit 9c7e8699a2
9 changed files with 65 additions and 48 deletions

View file

@ -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;
}