Browse Source

Changes count for sum

pull/40/head
nonmakina 3 years ago
parent
commit
02ed0c11a9
  1. 2
      templates/themes/categories/theme.php

2
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;
}

Loading…
Cancel
Save