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