IcingaArguments: fix index when loading from db

This commit is contained in:
Thomas Gelf 2016-02-03 11:15:20 +01:00
parent e854522d22
commit 7d96201afc
1 changed files with 1 additions and 0 deletions

View File

@ -211,6 +211,7 @@ class IcingaArguments implements Iterator, Countable, IcingaConfigRenderer
$this->arguments = IcingaCommandArgument::loadAll($connection, $query, 'id');
$this->cloneStored();
$this->refreshIndex();
return $this;
}