Merge remote-tracking branch 'origin/support/3.2' into develop

This commit is contained in:
bdalsass
2025-07-07 14:04:18 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -2040,7 +2040,7 @@ class MFElement extends Combodo\iTop\DesignElement
{
// Houston!
$sXPath = DesignDocument::GetItopNodePath($this);
throw new DOMFormatException("id '$key' already used in $sXPath", null, null, $oItem);
throw new DOMFormatException("id '$key' already used in $sXPath", 0, null, $oItem);
}
$res[$key] = $oItem->GetNodeAsArrayOfItems();
}