IcingaArguments: fix index when loading from db
This commit is contained in:
parent
e854522d22
commit
7d96201afc
|
@ -211,6 +211,7 @@ class IcingaArguments implements Iterator, Countable, IcingaConfigRenderer
|
|||
|
||||
$this->arguments = IcingaCommandArgument::loadAll($connection, $query, 'id');
|
||||
$this->cloneStored();
|
||||
$this->refreshIndex();
|
||||
|
||||
return $this;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue