From b06376e171d82c821106f8f86a856fb2aea41f7a Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 30 Jul 2008 17:13:13 +0000 Subject: Closes #189: ODD -> OpenDD git-svn-id: https://code.elgg.org/elgg/trunk@1611 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/lib/export.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/lib/export.php') diff --git a/engine/lib/export.php b/engine/lib/export.php index 6c9962aa2..5560a9f71 100644 --- a/engine/lib/export.php +++ b/engine/lib/export.php @@ -70,7 +70,7 @@ { global $CONFIG; - return $CONFIG->wwwroot . "export/odd/$guid/"; + return $CONFIG->wwwroot . "export/opendd/$guid/"; } /** @@ -224,7 +224,7 @@ { global $CONFIG; - register_action("import/odd", false); + register_action("import/opendd", false); } // Register a startup event -- cgit v1.2.3