Bugfix 810035

This commit is contained in:
Len Kranendonk 2003-11-13 19:21:24 +00:00
parent 25d96ca8ce
commit 0c1ed20f9e

View file

@ -141,6 +141,7 @@ sub start {
if ($self->{FormAction} ne "") {
$self->output('<input type="hidden" name="FormAction" value="'.$self->{FormAction}.'">');
$self->output('<input type="hidden" name="wid" value="'.$self->{wid}.'">');
$self->output('<input type="hidden" name="func" value="view">');
$self->{FormAction} = '';
$self->{FormActionIsDefined}=0;
}