Commit 4931186400b2a65661e1f22165645c9f4743c9fc
1 parent
5e00164f
Exists in
master
and in
66 other branches
Fix a bug with time parse for a statistic request
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/InputOutput/IHMImpl/Params/StatisticsImpl/IHMInputOutputParamsStatisticsClass.php
... | ... | @@ -22,7 +22,7 @@ class IHMInputOutputParamsStatisticsClass extends IHMInputOutputParamsAbstractCl |
22 | 22 | $paramsNode = $requestNode->getParamsNode(); |
23 | 23 | |
24 | 24 | //unmarshall time definition |
25 | - $this->unmarshallTimeDefinition($input); | |
25 | + $this->unmarshallTimeDefinition($input, 0); | |
26 | 26 | |
27 | 27 | //unmarshall statistic output definition |
28 | 28 | $outputsNode = $requestNode->getOutputsNode(); |
... | ... |