mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-31 01:34:12 +02:00
parent
5296f33bcc
commit
1b160c6c35
@ -1125,7 +1125,7 @@ abstract class IcingaObject extends DbObject implements IcingaConfigRenderer
|
|||||||
$vals['_ORIGINS_'] = (object) array();
|
$vals['_ORIGINS_'] = (object) array();
|
||||||
// $objects = $this->imports()->getObjects();
|
// $objects = $this->imports()->getObjects();
|
||||||
$objects = IcingaTemplateRepository::instanceByObject($this)
|
$objects = IcingaTemplateRepository::instanceByObject($this)
|
||||||
->getTemplatesIndexedByNameFor($this);
|
->getTemplatesIndexedByNameFor($this, true);
|
||||||
|
|
||||||
$get = 'get' . $what;
|
$get = 'get' . $what;
|
||||||
$getInherited = 'getInherited' . $what;
|
$getInherited = 'getInherited' . $what;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user