Fix
This commit is contained in:
parent
a4d1e58ad7
commit
607c4c60c0
|
@ -148,7 +148,7 @@
|
|||
time()-$timespan)
|
||||
) or error(db_error());
|
||||
$uniqueIps = $unique_query->fetchAll();
|
||||
foreach ($unique_ips as $_k => $row) {
|
||||
foreach ($uniqueIps as $_k => $row) {
|
||||
$markAsCounted[$row['ip']] = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue