We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365a558 commit 3a93ab8Copy full SHA for 3a93ab8
1 file changed
classes/Hook/HookDisplayHeader.php
@@ -77,7 +77,7 @@ public function run()
77
$this->context->smarty->assign(
78
[
79
'backOffice' => $this->backOffice,
80
- 'trackBackOfficeDisabled' => Configuration::get('GA_TRACK_BACKOFFICE_DISABLED'),
+ 'trackBackOffice' => Configuration::get('GA_TRACK_BACKOFFICE_ENABLED'),
81
'currentShopId' => $currentShopId,
82
'userId' => $userId,
83
'gaAccountId' => Tools::safeOutput(Configuration::get('GA_ACCOUNT_ID')),
0 commit comments