Skip to content

Commit

Permalink
Fix-issue-21292
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazar65 committed Feb 18, 2019
1 parent e5c1527 commit edb9c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/Magento/GoogleAnalytics/Block/Ga.php
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ public function getPageTrackingData($accountId)
{
return [
'optPageUrl' => $this->getOptPageUrl(),
'isAnonymizedIpActive' => $this->_googleAnalyticsData->isAnonymizedIpActive(),
'isAnonymizedIpActive' => (int)$this->_googleAnalyticsData->isAnonymizedIpActive(),
'accountId' => $this->escapeHtmlAttr($accountId, false)
];
}
Expand Down

0 comments on commit edb9c6e

Please sign in to comment.