StateHistorySummaryQuery: Rename baseQuery to select

This commit is contained in:
Eric Lippmann 2014-04-15 18:11:09 +02:00
parent a30d1cdb2f
commit 2ba1ef4793

View File

@ -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(