Skip to content

Commit

Permalink
remove redundant untrailingslashit
Browse files Browse the repository at this point in the history
  • Loading branch information
aaemnnosttv committed Oct 18, 2019
1 parent b544439 commit a10b6f0
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 @@ -1005,7 +1005,7 @@ function ( \Google_Service_Analytics_Account $account ) {
}

$found_property = new \Google_Service_Analytics_Webproperty();
$current_url = untrailingslashit( $this->context->get_reference_site_url() );
$current_url = $this->context->get_reference_site_url();

// If requested for a specific property, only match by property ID.
if ( ! empty( $data['existingPropertyId'] ) ) {
Expand Down

0 comments on commit a10b6f0

Please sign in to comment.