Remove deprecated functions : replace ormLinkSet::AddObject by ormLinkSet::AddItem

This commit is contained in:
acognet
2022-01-18 15:33:44 +01:00
parent 4fdf8803a5
commit d005ff0099

View File

@@ -5378,7 +5378,7 @@ abstract class DBObject implements iDisplay
}
$oLnk->Set($sRoleAttCode, $sRoleValue);
}
$oLinkSet->AddObject($oLnk);
$oLinkSet->AddItem($oLnk);
$this->Set($sTargetListAttCode, $oLinkSet);
}
break;