Skip to content

Commit 3a93ab8

Browse files
authored
Update HookDisplayHeader.php
1 parent 365a558 commit 3a93ab8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/Hook/HookDisplayHeader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public function run()
7777
$this->context->smarty->assign(
7878
[
7979
'backOffice' => $this->backOffice,
80-
'trackBackOfficeDisabled' => Configuration::get('GA_TRACK_BACKOFFICE_DISABLED'),
80+
'trackBackOffice' => Configuration::get('GA_TRACK_BACKOFFICE_ENABLED'),
8181
'currentShopId' => $currentShopId,
8282
'userId' => $userId,
8383
'gaAccountId' => Tools::safeOutput(Configuration::get('GA_ACCOUNT_ID')),

0 commit comments

Comments
 (0)