Cancelled
Push — master ( e7d232...fa0560 )
by Mike
04:53
created
src/Utilities/WooEnvironment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
 		// Check if WooCommerce.com account is connected.
37 37
 		$woo_com_connected = 'no';
38 38
 		$helper_options    = get_option( 'woocommerce_helper_data', array() );
39
-		if ( array_key_exists( 'auth', $helper_options ) && ! empty( $helper_options['auth'] ) ) {
39
+		if ( array_key_exists( 'auth', $helper_options ) && ! empty( $helper_options[ 'auth' ] ) ) {
40 40
 			$woo_com_connected = 'yes';
41 41
 		}
42 42
 
Please login to merge, or discard this patch.