mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-12 23:14:18 +01:00
Bug fix: subsequent audit results were wrong when a 'negative' rule was used. Same fix as change [1560] in trunk
SVN:1.1[1649]
This commit is contained in:
@@ -85,7 +85,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