diff options
Diffstat (limited to 'actions/import/opendd.php')
-rw-r--r-- | actions/import/opendd.php | 3 |
1 files changed, 1 insertions, 2 deletions
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']); |