mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 12:58:13 +00:00
statistics2.cgi: bugfix for submissionsPerDay
git-svn-id: https://svn.fhem.de/fhem/trunk@14894 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
8e99a799cf
commit
ee38f15e68
@ -181,7 +181,7 @@ sub doAggregate() {
|
||||
my $nodesTotal = $dbInfo->{'submissionsTotal'};
|
||||
my $nodes12 = 0;
|
||||
my $nodesToday = $dbInfo->{'submissionsPerDay'}{$tnYear}{$today}
|
||||
if defined($dbInfo->{$tnYear}{$today});
|
||||
if defined($dbInfo->{'submissionsPerDay'}{$tnYear}{$today});
|
||||
$nodesToday //= 0;
|
||||
|
||||
map { $countAll{system}{age}{$_} = 0; } (0,7,30,180,365,999);
|
||||
|
Loading…
x
Reference in New Issue
Block a user