diff --git a/library/Director/Objects/IcingaObject.php b/library/Director/Objects/IcingaObject.php index 8db938a3..43ecbf50 100644 --- a/library/Director/Objects/IcingaObject.php +++ b/library/Director/Objects/IcingaObject.php @@ -110,6 +110,12 @@ abstract class IcingaObject extends DbObject return "}\n"; } + /** + * TODO: take care for reserved words, because we need them escaped + * http://docs.icinga.org/icinga2/snapshot/doc/module/icinga2/chapter/language-reference#reserved-keywords + * + * @return string + */ protected function renderCustomVars() { if ($this->supportsCustomVars()) {