mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 01:28:47 +02:00
Bug fix: subsequent audit results were wrong when a 'negative' rule was used.
SVN:trunk[1560]
This commit is contained in:
@@ -124,7 +124,7 @@ try
|
||||
{
|
||||
$aValidIds[] = $oObj->GetKey();
|
||||
}
|
||||
$oFilter = $oDefinitionFilter;
|
||||
$oFilter = clone $oDefinitionFilter;
|
||||
$oFilter->AddCondition('id', $aValidIds, 'NOTIN');
|
||||
$oErrorObjectSet = new CMDBObjectSet($oFilter);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user