\MFDocument::saveXML : $options were not passed to the callee

This commit is contained in:
Pierre Goiffon
2019-11-14 17:52:26 +01:00
parent 1c6b639992
commit 551b9a3b76

View File

@@ -2431,7 +2431,8 @@ class MFDocument extends \Combodo\iTop\DesignDocument
$oRootNode->setAttribute('version', ITOP_DESIGN_LATEST_VERSION);
$this->appendChild($oRootNode);
}
return parent::saveXML($node);
return parent::saveXML($node, $options);
}
/**