Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
aaemnnosttv committed Nov 7, 2019
1 parent 04f88b9 commit 2644c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Modules/Analytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,7 @@ function ( $order_def ) {
return function() use ( $data ) {
$property_id = null;
$internal_web_property_id = null;
$property_name = '';

if ( '0' === $data['propertyID'] ) {
$is_new_property = true;
$client = $this->get_client();
Expand Down

0 comments on commit 2644c70

Please sign in to comment.