This commit is contained in:
Christophe Maudoux 2019-03-01 14:07:26 +01:00 committed by Xavier Guimard
parent 6a0b71b01a
commit 2653cfdc9e
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ sub check {
$attrs = $self->_userDatas($req);
if ( $req->error ) {
$msg = 'PE' . $req->{error};
$attrs = {};
$array_attrs = [ [], [], [] ];
}
else {
$msg = 'checkUser';