This commit is contained in:
Christophe Maudoux 2019-08-09 23:34:54 +02:00
parent 866d5457f3
commit 115cc9b027
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ sub getForm {
if ( $req->{error} > PE_OK ) {
$self->logger->notice('Start over combination schema');
my $stack = $self->stackSub->( $req->env );
my ( $res, $name ) = $stack->[0]->[0]->( 'getDisplayType', $req );
my ( $res, $name ) = $stack->[0]->[0]->( 'getForm', $req );
return $res;
}