included not init modules in total count
This commit is contained in:
parent
42c0596aad
commit
e2bdb4858a
|
@ -10688,7 +10688,7 @@ function reporting_tiny_stats(
|
|||
|
||||
if (isset($counts_info['total_count'])) {
|
||||
$not_init = isset($counts_info['notinit_count']) ? $counts_info['notinit_count'] : 0;
|
||||
$total_count = ($counts_info['total_count'] - $not_init);
|
||||
$total_count = $counts_info['total_count'];
|
||||
$stats[] = [
|
||||
'name' => 'total_count',
|
||||
'count' => $total_count,
|
||||
|
|
Loading…
Reference in New Issue