This commit is contained in:
Marko Oldenburg 2019-10-02 11:24:28 +02:00
parent c7fb8d12e9
commit 1a5cb82ab1

View File

@ -630,7 +630,8 @@ sub ResponseProcessing($$$) {
} }
return return
if ( defined( $decode_json->{error} ) if ( ref($decode_json) eq 'HASH'
and defined( $decode_json->{error} )
and $decode_json->{error} and $decode_json->{error}
and defined( $decode_json->{code} ) and defined( $decode_json->{code} )
and $decode_json->{code} ); and $decode_json->{code} );