Skip to content

Commit b119fb0

Browse files
committed
No alias functions
1 parent ea820dd commit b119fb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ps_googleanalytics.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public function hookdisplayHeader($params, $back_office = false)
314314

315315
$ga_anonymize_enabled = Configuration::get('GA_ANONYMIZE_ENABLED');
316316

317-
if ((int)Configuration::get('GA_CROSSDOMAIN_ENABLED') && $is_multistore_active && sizeof($shops) > 1) {
317+
if ((int)Configuration::get('GA_CROSSDOMAIN_ENABLED') && $is_multistore_active && count($shops) > 1) {
318318
$ga_crossdomain_enabled = true;
319319
}
320320

0 commit comments

Comments
 (0)