aboutsummaryrefslogtreecommitdiff
path: root/engine/lib/export.php
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-30 12:22:28 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-30 12:22:28 +0000
commit66b1c80db62648374ac6112f59c4b6fe2bffac72 (patch)
tree15ddd0373a97d3e4adce957c57a42a04a7d3168f /engine/lib/export.php
parenta729202c2607cfe9a5239d2d3d3dda9ec89e1561 (diff)
downloadelgg-66b1c80db62648374ac6112f59c4b6fe2bffac72.tar.gz
elgg-66b1c80db62648374ac6112f59c4b6fe2bffac72.tar.bz2
Changed export uuid, refs #186
git-svn-id: https://code.elgg.org/elgg/trunk@1597 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/export.php')
-rw-r--r--engine/lib/export.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/export.php b/engine/lib/export.php
index 69c7cb662..6c9962aa2 100644
--- a/engine/lib/export.php
+++ b/engine/lib/export.php
@@ -70,7 +70,7 @@
{
global $CONFIG;
- return $CONFIG->wwwroot . "odd/$guid/";
+ return $CONFIG->wwwroot . "export/odd/$guid/";
}
/**