mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 11:19:16 +02:00
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');
|
return $this->renderBooleanProperty('enable_perfdata');
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function rendervolatile()
|
protected function renderVolatile()
|
||||||
{
|
{
|
||||||
return $this->renderBooleanProperty('volatile');
|
return $this->renderBooleanProperty('volatile');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user