IcingaHostObject: Fix typo in renderVolatile method
This commit is contained in:
parent
564707760e
commit
0e785274bf
|
@ -72,7 +72,7 @@ class IcingaHost extends IcingaObject
|
|||
return $this->renderBooleanProperty('enable_perfdata');
|
||||
}
|
||||
|
||||
protected function rendervolatile()
|
||||
protected function renderVolatile()
|
||||
{
|
||||
return $this->renderBooleanProperty('volatile');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue