mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
User editable dashboards... implementation in progress
SVN:trunk[2008]
This commit is contained in:
@@ -84,7 +84,7 @@ abstract class Dashlet
|
||||
foreach ($this->aProperties as $sProperty => $value)
|
||||
{
|
||||
$sXmlValue = $this->Prop2Str($value);
|
||||
$oPropNode = $oDoc->createElement($sProperty, $sXmlValue);
|
||||
$oPropNode = $oDOMNode->ownerDocument->createElement($sProperty, $sXmlValue);
|
||||
$oDOMNode->appendChild($oPropNode);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user