diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-31 16:41:45 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-31 16:41:45 +0000 |
commit | b4113c4d64b6abe3b70e25e5d4f68b32484e4d5b (patch) | |
tree | f4428a1896f584f3b4d45206f6bfb6acecc6054d | |
parent | c08bca02bd982e0ad8255b4ba1836e10125a1783 (diff) | |
download | elgg-b4113c4d64b6abe3b70e25e5d4f68b32484e4d5b.tar.gz elgg-b4113c4d64b6abe3b70e25e5d4f68b32484e4d5b.tar.bz2 |
Bugfix
git-svn-id: https://code.elgg.org/elgg/trunk@1639 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | actions/import/opendd.php | 2 |
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); |