Preparing base query before creating alias indexes.

* This allows the joinBaseTables functions to adjust columns in time
This commit is contained in:
Thomas Gelf 2013-08-20 22:59:25 +02:00 committed by Eric Lippmann
parent bd983c7478
commit d15481b643
1 changed files with 1 additions and 1 deletions

View File

@ -60,8 +60,8 @@ abstract class AbstractQuery extends Query
}
}
$this->prepareAliasIndexes();
$this->joinBaseTables();
$this->prepareAliasIndexes();
}
protected function isCustomVar($alias)