diff --git a/library/Director/Objects/IcingaHost.php b/library/Director/Objects/IcingaHost.php index 15f681f3..9981984d 100644 --- a/library/Director/Objects/IcingaHost.php +++ b/library/Director/Objects/IcingaHost.php @@ -72,7 +72,7 @@ class IcingaHost extends IcingaObject return $this->renderBooleanProperty('enable_perfdata'); } - protected function rendervolatile() + protected function renderVolatile() { return $this->renderBooleanProperty('volatile'); }