(Retrofit from trunk) Change GetSQLQueryStructure() method visibility (r5187)

SVN:2.4[5281]
This commit is contained in:
Pierre Goiffon
2018-01-17 13:47:01 +00:00
parent c180dd9863
commit 39b15fec50

View File

@@ -474,7 +474,7 @@ class DBUnionSearch extends DBSearch
throw new Exception('MakeUpdateQuery is not implemented for the unions!');
}
protected function GetSQLQueryStructure($aAttToLoad, $bGetCount, $aGroupByExpr = null, $aSelectedClasses = null)
public function GetSQLQueryStructure($aAttToLoad, $bGetCount, $aGroupByExpr = null, $aSelectedClasses = null)
{
if (count($this->aSearches) == 1)
{