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…
Reference in New Issue