IcingaTimePeriodRanges: fetch period id on store

This commit is contained in:
Thomas Gelf 2016-02-25 19:22:19 +01:00
parent 9417d4881b
commit 8684824ddf
1 changed files with 1 additions and 0 deletions

View File

@ -182,6 +182,7 @@ class IcingaTimePeriodRanges implements Iterator, Countable, IcingaConfigRendere
public function store()
{
foreach ($this->ranges as $range) {
$range->timeperiod_id = $this->object->id;
$range->store($this->object->getConnection());
}