Fix warning mgs

This commit is contained in:
Christophe Maudoux 2019-02-03 20:05:14 +01:00
parent 3021e998a7
commit d70d7e11a9

View File

@ -139,6 +139,8 @@ sub getDisplayType {
sub authLogout {
my ( $self, $req ) = @_;
$self->getStack( $req, 'extractFormInfo' ) or return PE_ERROR;
# Avoid warning msg at first access
$req->userData->{_combinationTry} ||= '';
my ( $res, $name ) =
$req->data->{combinationStack}->[ $req->userData->{_combinationTry} ]
->[0]->( 'authLogout', $req );