Preparing base query before creating alias indexes.
* This allows the joinBaseTables functions to adjust columns in time
This commit is contained in:
parent
bd983c7478
commit
d15481b643
|
@ -60,8 +60,8 @@ abstract class AbstractQuery extends Query
|
|||
}
|
||||
}
|
||||
|
||||
$this->prepareAliasIndexes();
|
||||
$this->joinBaseTables();
|
||||
$this->prepareAliasIndexes();
|
||||
}
|
||||
|
||||
protected function isCustomVar($alias)
|
||||
|
|
Loading…
Reference in New Issue