mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
StateHistorySummaryQuery: Rename baseQuery to select
This commit is contained in:
parent
a30d1cdb2f
commit
2ba1ef4793
@ -26,7 +26,7 @@ class StateHistorySummaryQuery extends IdoQuery
|
|||||||
|
|
||||||
protected function joinBaseTables()
|
protected function joinBaseTables()
|
||||||
{
|
{
|
||||||
$this->baseQuery = $this->db->select()->from(
|
$this->select->from(
|
||||||
array('sh' => $this->prefix . 'statehistory'),
|
array('sh' => $this->prefix . 'statehistory'),
|
||||||
array()
|
array()
|
||||||
)->join(
|
)->join(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user