didn't work with new Macro::Process
This commit is contained in:
parent
e6ae7f1e30
commit
60f41a83b9
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ use WebGUI::Session;
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
sub process {
|
||||
my @param = WebGUI::Macro::getParams($1);
|
||||
my @param = WebGUI::Macro::getParams($_[0]);
|
||||
return $session{form}{$param[0]};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue