mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 07:44:04 +02:00
RuntimesummaryQuery: Rename baseQuery to select
This commit is contained in:
parent
0adbb6a44e
commit
ac5edc153a
@ -93,7 +93,7 @@ class RuntimesummaryQuery extends IdoQuery
|
|||||||
Zend_Db_Select::SQL_UNION_ALL
|
Zend_Db_Select::SQL_UNION_ALL
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->baseQuery = $this->db->select()->from(array('hs' => $union));
|
$this->select->from(array('hs' => $union));
|
||||||
|
|
||||||
$this->joinedVirtualTables = array('runtimesummary' => true);
|
$this->joinedVirtualTables = array('runtimesummary' => true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user