forked from leftypol/leftypol
Changes count for sum
This commit is contained in:
parent
fabbd15c86
commit
6cc047100a
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
$stats['recent_ips'] = count($unique);
|
$stats['recent_ips'] = count($unique);
|
||||||
$stats['pph'] = count(array_column($stats['boards'], 'pph'));
|
$stats['pph'] = array_sum(array_column($stats['boards'], 'pph'));
|
||||||
|
|
||||||
return $stats;
|
return $stats;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue