test#3
This commit is contained in:
parent
18ccc377e0
commit
846c0ddfed
|
@ -690,7 +690,7 @@
|
||||||
]);
|
]);
|
||||||
|
|
||||||
/* (2) On gère l'erreur */
|
/* (2) On gère l'erreur */
|
||||||
if( $updateNetId->error->get() != Err::Success || !$updateNetId->answer() )
|
if( !$updateNetId->answer() )
|
||||||
return [ 'error' => new Error(Err::RepoError), 'details' => $updatedNetId->answer() ];
|
return [ 'error' => new Error(Err::RepoError), 'details' => $updatedNetId->answer() ];
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue