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()
|
||||
{
|
||||
$this->baseQuery = $this->db->select()->from(
|
||||
$this->select->from(
|
||||
array('sh' => $this->prefix . 'statehistory'),
|
||||
array()
|
||||
)->join(
|
||||
|
|
Loading…
Reference in New Issue