mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 06:14:25 +02:00
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…
x
Reference in New Issue
Block a user