From f8ffe33a5eb4d81d60c8ba5cc615ee49b1ea239d Mon Sep 17 00:00:00 2001 From: brettp Date: Sun, 21 Feb 2010 20:19:32 +0000 Subject: Refs #1538: Removed action_gatekeeper() from action files in core. git-svn-id: http://code.elgg.org/elgg/trunk@3960 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/import/opendd.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'actions/import') diff --git a/actions/import/opendd.php b/actions/import/opendd.php index b91a38dc4..a9fbfb19c 100644 --- a/actions/import/opendd.php +++ b/actions/import/opendd.php @@ -13,7 +13,6 @@ // Safety admin_gatekeeper(); -action_gatekeeper(); // Get input $data = get_input('data', '', false); @@ -27,4 +26,4 @@ if ($return) { register_error(elgg_echo('importfail')); } -forward($_SERVER['HTTP_REFERER']); \ No newline at end of file +forward($_SERVER['HTTP_REFERER']); -- cgit v1.2.3