Explorar o código

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@3014 a333f486-631f-4898-b8df-5754b55c2be0
romainq %!s(int64=11) %!d(string=hai) anos
pai
achega
daf5ce5668
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/ajax.render.php

+ 1 - 1
pages/ajax.render.php

@@ -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());