From 677c4d7722473de9a9d32c03fd6be5b2f30e10c2 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 1 Aug 2008 11:15:59 +0000 Subject: Fixes #194 git-svn-id: https://code.elgg.org/elgg/trunk@1646 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/import/opendd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') diff --git a/actions/import/opendd.php b/actions/import/opendd.php index 67c5cec07..050d49844 100644 --- a/actions/import/opendd.php +++ b/actions/import/opendd.php @@ -17,7 +17,7 @@ admin_gatekeeper(); // Get input - $data = $_REQUEST['data'];//get_input('data'); + $data = get_input('data', '', false); // Import $return = import($data); -- cgit v1.2.3