diff --git a/library/Director/Objects/IcingaObjectGroups.php b/library/Director/Objects/IcingaObjectGroups.php index 0394573a..18095f8d 100644 --- a/library/Director/Objects/IcingaObjectGroups.php +++ b/library/Director/Objects/IcingaObjectGroups.php @@ -251,7 +251,7 @@ class IcingaObjectGroups implements Iterator, Countable, IcingaConfigRenderer } $this->storedGroups = $this->groups; - return $this; + return true; } protected function getGroupClass()