Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gael committed Oct 5, 2023
1 parent 041cc58 commit f9f59de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/admin/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@ function rocket_analytics_data() {
$data['cdn_cnames'] = 0;
}

$customer_data = get_transient( 'wp_rocket_customer_data' );
$data['license_type'] = '';
$customer_data = get_transient( 'wp_rocket_customer_data' );
$data['license_type'] = '';
if ( false !== $customer_data ) {
$data['license_type'] = rocket_get_license_type( $customer_data );
}
Expand Down

0 comments on commit f9f59de

Please sign in to comment.