Objects/Icinga(Host|Service): fix typo
This commit is contained in:
parent
ea7f949cda
commit
29d93512e6
|
@ -384,7 +384,7 @@ class IcingaHost extends IcingaObject
|
|||
*
|
||||
* @return string
|
||||
*/
|
||||
protected function renderTempelate_choice_id()
|
||||
protected function renderTemplate_choice_id()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
|
|
|
@ -373,7 +373,7 @@ class IcingaService extends IcingaObject
|
|||
return '';
|
||||
}
|
||||
|
||||
protected function renderTempelate_choice_id()
|
||||
protected function renderTemplate_choice_id()
|
||||
{
|
||||
return '';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue