@@ -251,7 +251,7 @@ |
||
| 251 | 251 | |
| 252 | 252 | if ( is_wp_error( $response_json ) ) { |
| 253 | 253 | |
| 254 | - if ( 'not_found' == $response_json->get_error_code() ){ |
|
| 254 | + if ( 'not_found' == $response_json->get_error_code() ) { |
|
| 255 | 255 | return new WP_Error( 'not_found', __( 'Encryption key could not be fetched, Vendor site returned 404.', 'gravityview' ) ); |
| 256 | 256 | } |
| 257 | 257 | |