Changes count for sum
This commit is contained in:
parent
662e488943
commit
02ed0c11a9
|
@ -136,7 +136,7 @@
|
|||
}
|
||||
|
||||
$stats['recent_ips'] = count($unique);
|
||||
$stats['pph'] = count(array_column($stats['boards'], 'pph'));
|
||||
$stats['pph'] = array_sum(array_column($stats['boards'], 'pph'));
|
||||
|
||||
return $stats;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue