From 02b60ba3d1ecdb29e163dc626478b38c0bf81a42 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Fri, 13 Jan 2017 16:41:47 +0100 Subject: [PATCH] IcingaServiceSetServiceTable: do not set obsolete ...property --- application/tables/IcingaServiceSetServiceTable.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/tables/IcingaServiceSetServiceTable.php b/application/tables/IcingaServiceSetServiceTable.php index d204ebe1..38943f14 100644 --- a/application/tables/IcingaServiceSetServiceTable.php +++ b/application/tables/IcingaServiceSetServiceTable.php @@ -46,7 +46,6 @@ class IcingaServiceSetServiceTable extends QuickTable public function setServiceSet(IcingaServiceSet $set) { $this->set = $set; - $this->setId = $set->get('id'); return $this; }