mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
Monitoring\Object\Host: explicit WHERE
Related to the former commit, no more auto-voodoo
This commit is contained in:
parent
3ccfe347f3
commit
0e09a1c7ba
@ -68,7 +68,7 @@ class Host extends AbstractObject
|
||||
'host_notes_url',
|
||||
'host_modified_host_attributes',
|
||||
'host_problem'
|
||||
));
|
||||
))->where('host_name', $this->params->get('host'));
|
||||
return $this->view->getQuery()->fetchRow();
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user