Fix
This commit is contained in:
parent
607c4c60c0
commit
2576fc4ff1
|
@ -152,7 +152,7 @@
|
|||
$markAsCounted[$row['ip']] = true;
|
||||
}
|
||||
|
||||
return count($unique_ips);
|
||||
return count($uniqueIps);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue