mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
Use requireVirtualTable()
This commit is contained in:
parent
dda390b3d8
commit
8300011c6f
@ -196,7 +196,7 @@ class HostcontactQuery extends IdoQuery
|
||||
*/
|
||||
protected function joinServices()
|
||||
{
|
||||
$this->joinHosts();
|
||||
$this->requireVirtualTable('hosts');
|
||||
|
||||
$this->select->joinLeft(
|
||||
['s' => $this->prefix . 'services'],
|
||||
|
Loading…
x
Reference in New Issue
Block a user