mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Cosmetic improvement of an error message (data model compilation - collision of ids)
SVN:trunk[3360]
This commit is contained in:
@@ -1512,7 +1512,7 @@ class MFElement extends DOMElement
|
||||
{
|
||||
if ($oExisting->getAttribute('_alteration') != 'removed')
|
||||
{
|
||||
throw new Exception("Attempting to add a node that already exists: $oNode->tagName (id: ".$oNode->getAttribute('id')."");
|
||||
throw new Exception("Attempting to add a node that already exists: $oNode->tagName (id: ".$oNode->getAttribute('id').")");
|
||||
}
|
||||
$oExisting->ReplaceWith($oNode);
|
||||
$sFlag = 'replaced';
|
||||
|
||||
Reference in New Issue
Block a user