Macro fixes from changeover.
This commit is contained in:
parent
ac556717db
commit
d1066988b1
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ use WebGUI::URL;
|
|||
|
||||
#-------------------------------------------------------------------
|
||||
sub process {
|
||||
my @param = WebGUI::Macro::getParams($1);
|
||||
my @param = WebGUI::Macro::getParams($_[0]);
|
||||
return WebGUI::URL::escape($param[0]);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue