PerfData: Fix method name case
This commit is contained in:
parent
92c647e883
commit
0901e841a3
|
@ -482,7 +482,7 @@ class Perfdata
|
|||
{
|
||||
return array(
|
||||
'label' => $this->getLabel(),
|
||||
'value' => $this->format($this->getvalue()),
|
||||
'value' => $this->format($this->getValue()),
|
||||
'min' => isset($this->minValue) && !$this->isPercentage()
|
||||
? $this->format($this->minValue)
|
||||
: '',
|
||||
|
|
Loading…
Reference in New Issue