diff options
Diffstat (limited to 'engine/lib/opendd.php')
-rw-r--r-- | engine/lib/opendd.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/opendd.php b/engine/lib/opendd.php index 16d5b4671..c582e6f77 100644 --- a/engine/lib/opendd.php +++ b/engine/lib/opendd.php @@ -344,7 +344,7 @@ function ODD_factory(XmlElement $element) { */ function ODD_Import($xml) { // Parse XML to an array - $elements = xml_2_object($xml); + $elements = xml_to_object($xml); // Sanity check 1, was this actually XML? if ((!$elements) || (!$elements->children)) { |