IcingaDependency: rule is not a DbObject here

fixes #1137
This commit is contained in:
Thomas Gelf 2017-08-29 23:04:54 +02:00
parent e45962c1b9
commit 2f78d52c58
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ class IcingaDependency extends IcingaObject
if ($matcher->matchesFilter($rule->filter)) {
if ($rule->name === $this->unresolvedRelatedProperties[$name]) {
$object = IcingaService::loadWithAutoIncId(
$rule->get('id'),
$rule->id,
$this->connection
);
break;