RuntimesummaryQuery: Rename baseQuery to select

This commit is contained in:
Eric Lippmann 2014-04-15 18:09:54 +02:00
parent 0adbb6a44e
commit ac5edc153a
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}