diff options
Diffstat (limited to 'engine/lib/opendd.php')
-rw-r--r-- | engine/lib/opendd.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/lib/opendd.php b/engine/lib/opendd.php index 0f4955448..47945f271 100644 --- a/engine/lib/opendd.php +++ b/engine/lib/opendd.php @@ -10,6 +10,8 @@ * @link http://elgg.org/ */ + include_once("xml.php"); + /** * @class ODDDocument ODD Document container. * This class is used during import and export to construct. |