diff --git a/templates/themes/categories/theme.php b/templates/themes/categories/theme.php index 379eee8e..51d212d2 100644 --- a/templates/themes/categories/theme.php +++ b/templates/themes/categories/theme.php @@ -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; }