StateHistorySummaryQuery: Rename baseQuery to select

This commit is contained in:
Eric Lippmann 2014-04-15 18:11:09 +02:00
parent a30d1cdb2f
commit 2ba1ef4793
1 changed files with 1 additions and 1 deletions

View File

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