Sfoglia il codice sorgente

Fixed regression (implementation of the data exchange)

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@1074 a333f486-631f-4898-b8df-5754b55c2be0
romainq 14 anni fa
parent
commit
3b17f20d48
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      core/bulkchange.class.inc.php

+ 1 - 1
core/bulkchange.class.inc.php

@@ -806,7 +806,7 @@ class BulkChange
 		$oBulkChangeSearch = DBObjectSearch::FromOQL("SELECT CMDBChange WHERE userinfo LIKE '%(CSV)'");
 
 		$iQueryLimit = $bShowAll ? 0 : MetaModel::GetConfig()->GetMaxDisplayLimit() + 1;
-		$oBulkChanges = new DBObjectSet($oBulkChangeSearch, array('date' => false), array(), $iQueryLimit);
+		$oBulkChanges = new DBObjectSet($oBulkChangeSearch, array('date' => false), array(), null, $iQueryLimit);
 
 		$oAppContext = new ApplicationContext();