IcingaDependency: render parent_service_by_name...

...as a string

fixes #1136
This commit is contained in:
Thomas Gelf 2017-08-29 23:07:26 +02:00
parent 2f78d52c58
commit 2e483fefba
1 changed files with 1 additions and 2 deletions

View File

@ -307,10 +307,9 @@ class IcingaDependency extends IcingaObject
//special case for parent service set as plain string for Apply rules
public function renderParent_service_by_name()
{
// TODO:
return c::renderKeyValue(
'parent_service_name',
$this->get('parent_service_by_name')
c::renderString($this->get('parent_service_by_name'))
);
}