We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3adf43 commit 8c24779Copy full SHA for 8c24779
2 files changed
classes/Hook/HookDisplayBackOfficeHeader.php
@@ -49,7 +49,7 @@ public function __construct(Ps_Googleanalytics $module, Context $context)
49
public function run()
50
{
51
if (Configuration::get('GA_TRACK_BACKOFFICE_DISABLED')) {
52
- return;
+ return '';
53
}
54
55
$js = '';
classes/Hook/HookDisplayHeader.php
@@ -47,11 +47,11 @@ public function __construct(Ps_Googleanalytics $module, Context $context)
47
48
if (!Configuration::get('GA_ACCOUNT_ID')) {
if (Configuration::get('GA_TRACK_BACKOFFICE_DISABLED') && $this->backOffice) {
56
57
$this->context->controller->addJs($this->module->getPathUri() . 'views/js/GoogleAnalyticActionLib.js');
0 commit comments