diff options
Diffstat (limited to 'engine/lib/export.php')
-rw-r--r-- | engine/lib/export.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 |