Bugfix 757068
This commit is contained in:
parent
3bfcedfe00
commit
398f8012b6
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue