mirror of
https://github.com/Combodo/iTop.git
synced 2026-03-03 16:14:13 +01:00
(Retrofit from trunk) Small setup refactoring for getting ready for the Hub.
SVN:2.4[5271]
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user