Sfoglia il codice sorgente

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

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2999 a333f486-631f-4898-b8df-5754b55c2be0
romainq 11 anni fa
parent
commit
b6a46c8094
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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, 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());