This commit is contained in:
Christophe Maudoux 2019-03-01 14:07:26 +01:00
parent 5e304c1a46
commit 0cd3c12503

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';