mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
parent
fd8824e157
commit
985f6ab85e
@ -48,8 +48,9 @@ class AcknowledgementQuery extends IdoQuery
|
|||||||
protected function joinBaseTables()
|
protected function joinBaseTables()
|
||||||
{
|
{
|
||||||
$this->acknowledgementQuery = $this->db->select();
|
$this->acknowledgementQuery = $this->db->select();
|
||||||
$this->select = $this->select->from(
|
$this->select->from(
|
||||||
array('o' => $this->prefix . 'objects')
|
array('o' => $this->prefix . 'objects'),
|
||||||
|
array()
|
||||||
);
|
);
|
||||||
$this->select->joinLeft(
|
$this->select->joinLeft(
|
||||||
array('hs' => $this->prefix . 'hoststatus'),
|
array('hs' => $this->prefix . 'hoststatus'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user