MT#6731 Remove "back" param from form if posted.

Somehow this sneaked in from somewhere and so far only happens with
resellers, so make sure to just clear it if a form got posted.
agranig/subprof
Andreas Granig 11 years ago
parent 2dd40a8999
commit 88bcc049f5

@ -76,6 +76,8 @@ sub check_form_buttons {
$c->detach;
}
}
delete $form->params->{back} if $posted;
delete $form->values->{back} if $posted;
}
sub back_or {

Loading…
Cancel
Save