소스 검색

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 11 년 전
부모
커밋
daf5ce5668
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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());