IcingaServiceSetServiceTable: do not set obsolete

...property
This commit is contained in:
Thomas Gelf 2017-01-13 16:41:47 +01:00
parent a17f8ab39b
commit 02b60ba3d1
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ class IcingaServiceSetServiceTable extends QuickTable
public function setServiceSet(IcingaServiceSet $set)
{
$this->set = $set;
$this->setId = $set->get('id');
return $this;
}