Fixed regression (implementation of the data exchange)

SVN:trunk[1074]
This commit is contained in:
Romain Quetiez
2011-02-07 16:29:49 +00:00
parent 2d65325f6f
commit 64521eb758

View File

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