Skip to content

Commit b649e99

Browse files
authored
Update ps_googleanalytics.tpl
1 parent 3a93ab8 commit b649e99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

views/templates/hook/ps_googleanalytics.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
{if $gaAnonymizeEnabled}
4545
ga('set', 'anonymizeIp', true);
4646
{/if}
47-
{if $backOffice && $trackBackOfficeDisabled}
47+
{if $backOffice && !$trackBackOffice}
4848
ga('set', 'nonInteraction', true);
4949
{else}
5050
ga('send', 'pageview');

0 commit comments

Comments
 (0)