IcingaObjectMultiRelations: Set property modified to false when loaded from DB (#2907)

This commit is contained in:
Eric Lippmann 2024-11-07 10:24:04 +01:00 committed by GitHub
commit 340e3d550f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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()