mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
\MFDocument::saveXML : $options were not passed to the callee
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user