From 652a822bc10b0523b8578afe1e1d4453718aa8a3 Mon Sep 17 00:00:00 2001 From: icewing Date: Fri, 9 May 2008 17:04:06 +0000 Subject: Marcus Povey * Including XML so it stands as a standalone lib git-svn-id: https://code.elgg.org/elgg/trunk@641 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/opendd.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engine/lib') 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. -- cgit v1.2.3