From decfcfd67b0ce67ae64f9855d2f5a9b3271984ca Mon Sep 17 00:00:00 2001 From: Alexander Fuhr Date: Tue, 30 Jun 2015 10:46:53 +0200 Subject: [PATCH] IcingaObjectGroups: Set right return type for store() --- library/Director/Objects/IcingaObjectGroups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()