CustomvarQuery: Rename baseQuery to select

This commit is contained in:
Eric Lippmann 2014-04-15 17:57:12 +02:00
parent 22fa833836
commit 64bee6a414
1 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,7 @@ class CustomvarQuery extends IdoQuery
protected function joinBaseTables()
{
$this->baseQuery = $this->db->select()->from(
$this->select->from(
array('cvs' => $this->prefix . 'customvariablestatus'),
array()
)->join(
@ -29,7 +29,6 @@ class CustomvarQuery extends IdoQuery
'cvs.object_id = cvo.object_id AND cvo.is_active = 1',
array()
);
$this->joinedVirtualTables = array(
'customvars' => true,
'objects' => true