test
This commit is contained in:
parent
c7fb8d12e9
commit
1a5cb82ab1
@ -630,7 +630,8 @@ sub ResponseProcessing($$$) {
|
||||
}
|
||||
|
||||
return
|
||||
if ( defined( $decode_json->{error} )
|
||||
if ( ref($decode_json) eq 'HASH'
|
||||
and defined( $decode_json->{error} )
|
||||
and $decode_json->{error}
|
||||
and defined( $decode_json->{code} )
|
||||
and $decode_json->{code} );
|
||||
|
Loading…
x
Reference in New Issue
Block a user