IcingaObjectMultiRelations: Set property `modified` to false when loaded from DB
This commit is contained in:
parent
aa1df8d772
commit
c3fd4118d9
|
@ -383,6 +383,8 @@ class IcingaObjectMultiRelations implements Iterator, Countable, IcingaConfigRen
|
|||
foreach ($this->relations as $k => $v) {
|
||||
$this->stored[$k] = clone($v);
|
||||
}
|
||||
|
||||
$this->modified = false;
|
||||
}
|
||||
|
||||
protected function getRelatedClassName()
|
||||
|
|
Loading…
Reference in New Issue