mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-09-26 11:19:16 +02:00
IcingaObject: fix c&p error, variable name
This commit is contained in:
parent
9eb9d65bef
commit
b3a1d54870
@ -576,7 +576,7 @@ abstract class IcingaObject extends DbObject implements IcingaConfigRenderer
|
||||
if (is_array($this->getKeyName())) {
|
||||
// Affects services only:
|
||||
return self::load(
|
||||
array('object_name' => $import),
|
||||
array('object_name' => $name),
|
||||
$this->connection
|
||||
);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user