mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
Merge remote-tracking branch 'origin/support/3.2' into develop
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user