IcingaHostObject: Fix typo in renderVolatile method

This commit is contained in:
Alexander Fuhr 2015-06-15 09:57:48 +02:00
parent 564707760e
commit 0e785274bf
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class IcingaHost extends IcingaObject
return $this->renderBooleanProperty('enable_perfdata');
}
protected function rendervolatile()
protected function renderVolatile()
{
return $this->renderBooleanProperty('volatile');
}