Bugfix 757068

This commit is contained in:
Len Kranendonk 2003-06-26 09:52:01 +00:00
parent 3bfcedfe00
commit 398f8012b6

View file

@ -128,6 +128,7 @@ sub start {
$self->{FormAction} = $val; # set FormAction to include hidden field later
$val = WebGUI::URL::page; # Form Action returns to us
} else {
$val =~ s/\n//g; # Bugfix 757068
$val = WebGUI::URL::page('proxiedUrl='.WebGUI::URL::escape($val).
'&wid='.$self->{wid}.'&func=view'); # return to us
}