Browse Source

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 năm trước cách đây
mục cha
commit
daf5ce5668
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      pages/ajax.render.php

+ 1 - 1
pages/ajax.render.php

@@ -165,7 +165,7 @@ try
 		}
 		}
 		
 		
 		// Load only the requested columns
 		// 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);
 		$oSet->OptimizeColumnLoad($aColumnsLoad);
 
 
 		$oDataTable = new DataTable($iListId, $oSet, $oSet->GetSelectedClasses());
 		$oDataTable = new DataTable($iListId, $oSet, $oSet->GetSelectedClasses());