mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
monitoring: Fix default select columns of the instance query
This commit is contained in:
parent
66570c95e0
commit
f35aec1c5c
@ -20,7 +20,7 @@ class InstanceQuery extends IdoQuery
|
||||
*/
|
||||
protected function joinBaseTables()
|
||||
{
|
||||
$this->select()->from(array('i' => $this->prefix . 'instances'));
|
||||
$this->select()->from(array('i' => $this->prefix . 'instances'), array());
|
||||
$this->joinedVirtualTables['instances'] = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user