diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-09 17:04:06 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-09 17:04:06 +0000 |
commit | 652a822bc10b0523b8578afe1e1d4453718aa8a3 (patch) | |
tree | edae19338e0fd46cadbccc9204914d9ec631c51b /engine/lib | |
parent | e740026ba31f35fb6b2b06e97cce00353f26c7d6 (diff) | |
download | elgg-652a822bc10b0523b8578afe1e1d4453718aa8a3.tar.gz elgg-652a822bc10b0523b8578afe1e1d4453718aa8a3.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Including XML so it stands as a standalone lib
git-svn-id: https://code.elgg.org/elgg/trunk@641 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib')
-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. |