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
|
||||
);
|
||||
|
||||
$this->baseQuery = $this->db->select()->from(array('hs' => $union));
|
||||
$this->select->from(array('hs' => $union));
|
||||
|
||||
$this->joinedVirtualTables = array('runtimesummary' => true);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue