Skip to content

Commit fff5963

Browse files
authored
Remove condition, we need to run it
1 parent 7989341 commit fff5963

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

classes/Hook/HookDisplayBackOfficeHeader.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ public function __construct(Ps_Googleanalytics $module, Context $context)
4848
*/
4949
public function run()
5050
{
51-
if (Configuration::get('GA_TRACK_BACKOFFICE_DISABLED')) {
52-
return '';
53-
}
54-
5551
$js = '';
5652
if (strcmp(Tools::getValue('configure'), $this->module->name) === 0) {
5753
$this->context->controller->addCSS($this->module->getPathUri() . 'views/css/ganalytics.css');

0 commit comments

Comments
 (0)