Session bug in WebGUI.pm
More EMS code
This commit is contained in:
parent
97c21e2981
commit
708f7d7579
2 changed files with 150 additions and 73 deletions
|
|
@ -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";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue