User editable dashboards... implementation in progress

SVN:trunk[2008]
This commit is contained in:
Denis Flaven
2012-05-23 08:05:43 +00:00
parent b31c54c979
commit 1c7d6348c6
2 changed files with 55 additions and 5 deletions

View File

@@ -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);
}
}