#816 Suppresses a Notice for PHP >= 5.4, and potentially fixes a bug (no idea on how to produce it)

SVN:trunk[2999]
This commit is contained in:
Romain Quetiez
2013-11-27 13:29:32 +00:00
parent 258b4be167
commit 7400bd7dca

View File

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