mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 00:34:05 +02:00
parent
7993724dcb
commit
05f991c585
@ -946,7 +946,9 @@ abstract class IcingaObject extends DbObject implements IcingaConfigRenderer
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Force exception
|
// Force exception
|
||||||
$this->triggerLoopDetection();
|
if ($this->hasBeenLoadedFromDb()) {
|
||||||
|
$this->triggerLoopDetection();
|
||||||
|
}
|
||||||
|
|
||||||
$vals = array();
|
$vals = array();
|
||||||
$vals['_MERGED_'] = (object) array();
|
$vals['_MERGED_'] = (object) array();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user