Reverted the change made in revision 2999: revision 3000 does protect against the annoying notice... and everything seems working fine... still to be tested with PH >=5.4

SVN:trunk[3014]
This commit is contained in:
Romain Quetiez
2013-12-03 08:42:48 +00:00
parent 278cb653db
commit 62302f9138

View File

@@ -165,7 +165,7 @@ try
}
// Load only the requested columns
$oSet = new DBObjectSet($oFilter, $aOrderBy, $aExtraParams['query_params'], null, $iEnd-$iStart, $iStart);
$oSet = new DBObjectSet($oFilter, $aOrderBy, $aExtraParams, null, $iEnd-$iStart, $iStart);
$oSet->OptimizeColumnLoad($aColumnsLoad);
$oDataTable = new DataTable($iListId, $oSet, $oSet->GetSelectedClasses());