aboutsummaryrefslogtreecommitdiff
path: root/actions/import
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-31 16:41:45 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-31 16:41:45 +0000
commitb4113c4d64b6abe3b70e25e5d4f68b32484e4d5b (patch)
treef4428a1896f584f3b4d45206f6bfb6acecc6054d /actions/import
parentc08bca02bd982e0ad8255b4ba1836e10125a1783 (diff)
downloadelgg-b4113c4d64b6abe3b70e25e5d4f68b32484e4d5b.tar.gz
elgg-b4113c4d64b6abe3b70e25e5d4f68b32484e4d5b.tar.bz2
Bugfix
git-svn-id: https://code.elgg.org/elgg/trunk@1639 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions/import')
-rw-r--r--actions/import/opendd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/import/opendd.php b/actions/import/opendd.php
index 6802fc5a2..8f4761f1c 100644
--- a/actions/import/opendd.php
+++ b/actions/import/opendd.php
@@ -17,7 +17,7 @@
admin_gatekeeper();
// Get input
- $data = get_input($data);
+ $data = get_input('data');
// Import
$return = import($data);