PerfData: Fix method name case

This commit is contained in:
Sukhwinder Dhillon 2023-08-16 10:55:40 +02:00 committed by raviks789
parent 92c647e883
commit 0901e841a3
1 changed files with 1 additions and 1 deletions

View File

@ -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)
: '',