diff --git a/core/dbobject.class.php b/core/dbobject.class.php index 3f97559b4..70ecea937 100644 --- a/core/dbobject.class.php +++ b/core/dbobject.class.php @@ -2003,6 +2003,8 @@ abstract class DBObject implements iDisplay continue; } + // No iTopMutex so there might be concurrent access ! + // But the necessary lock would have a high performance cost :( $bHasDuplicates = $this->HasObjectsInDbForUniquenessRule($sUniquenessRuleId, $aUniquenessRuleProperties); if ($bHasDuplicates) {