Skip to content

Commit 81beee3

Browse files
Merge pull request #19 from MathiasReker/no-alias-functions
No alias functions
2 parents a41f865 + b119fb0 commit 81beee3

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
@@ -345,7 +345,7 @@ public function hookdisplayHeader($params, $back_office = false)
345345

346346
$ga_anonymize_enabled = Configuration::get('GA_ANONYMIZE_ENABLED');
347347

348-
if ((int)Configuration::get('GA_CROSSDOMAIN_ENABLED') && $is_multistore_active && sizeof($shops) > 1) {
348+
if ((int)Configuration::get('GA_CROSSDOMAIN_ENABLED') && $is_multistore_active && count($shops) > 1) {
349349
$ga_crossdomain_enabled = true;
350350
}
351351

0 commit comments

Comments
 (0)