Session bug in WebGUI.pm

More EMS code
This commit is contained in:
Roy Johnson 2006-03-11 17:58:35 +00:00
parent 97c21e2981
commit 708f7d7579
2 changed files with 150 additions and 73 deletions

View file

@ -160,7 +160,7 @@ sub page {
if ($session->form->process("func")) {
$method = $session->form->process("func");
unless ($method =~ /^[A-Za-z]+$/) {
$session->security("tried to call a non-existent method $method on $assetUrl");
$session->errorHandler->security("to call a non-existent method $method on $assetUrl");
$method = "view";
}
}