Macro fixes from changeover.

This commit is contained in:
JT Smith 2003-03-03 02:08:26 +00:00
parent ac556717db
commit d1066988b1
2 changed files with 2 additions and 2 deletions

View file

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