diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-01 11:13:15 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-01 11:13:15 +0000 |
commit | 03ff9db0a5f658836ca8b76295e9badc565c42c5 (patch) | |
tree | cc13bf714d56edf06637c5369cbb502b3d65aff8 | |
parent | fb48ea92032d56347d75baf77adc4a410bd38b31 (diff) | |
download | elgg-03ff9db0a5f658836ca8b76295e9badc565c42c5.tar.gz elgg-03ff9db0a5f658836ca8b76295e9badc565c42c5.tar.bz2 |
Refs #194
git-svn-id: https://code.elgg.org/elgg/trunk@1645 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 8f4761f1c..67c5cec07 100644 --- a/actions/import/opendd.php +++ b/actions/import/opendd.php @@ -17,7 +17,7 @@ admin_gatekeeper(); // Get input - $data = get_input('data'); + $data = $_REQUEST['data'];//get_input('data'); // Import $return = import($data); |