From 29d93512e69084cb8036a09da86f702a1a351951 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 18 Jul 2017 13:36:05 +0200 Subject: [PATCH] Objects/Icinga(Host|Service): fix typo --- library/Director/Objects/IcingaHost.php | 2 +- library/Director/Objects/IcingaService.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/Director/Objects/IcingaHost.php b/library/Director/Objects/IcingaHost.php index e0cc325b..c6e75e3b 100644 --- a/library/Director/Objects/IcingaHost.php +++ b/library/Director/Objects/IcingaHost.php @@ -384,7 +384,7 @@ class IcingaHost extends IcingaObject * * @return string */ - protected function renderTempelate_choice_id() + protected function renderTemplate_choice_id() { return ''; } diff --git a/library/Director/Objects/IcingaService.php b/library/Director/Objects/IcingaService.php index c49ec9db..34d0eccd 100644 --- a/library/Director/Objects/IcingaService.php +++ b/library/Director/Objects/IcingaService.php @@ -373,7 +373,7 @@ class IcingaService extends IcingaObject return ''; } - protected function renderTempelate_choice_id() + protected function renderTemplate_choice_id() { return ''; }