(Retrofit from trunk) Small setup refactoring for getting ready for the Hub.

SVN:2.4[5271]
This commit is contained in:
Denis Flaven
2018-01-17 10:13:14 +00:00
parent f237a98c1d
commit c081b89f03
6 changed files with 250 additions and 171 deletions

View File

@@ -547,7 +547,7 @@ class SQLObjectQuery extends SQLQuery
return $iRet;
}
protected function CollectUsedTables(&$aTables)
public function CollectUsedTables(&$aTables)
{
$this->m_oConditionExpr->CollectUsedParents($aTables);
foreach($this->m_aFields as $sFieldAlias => $oField)