From e2681159faf655aeda38d3c1832bc8674d9cdd33 Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 6 Aug 2008 11:37:17 +0000 Subject: Example of usage (Refs #210), also refs #211. git-svn-id: https://code.elgg.org/elgg/trunk@1733 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/import/opendd.php | 1 + 1 file changed, 1 insertion(+) (limited to 'actions/import') diff --git a/actions/import/opendd.php b/actions/import/opendd.php index 050d49844..103069eb2 100644 --- a/actions/import/opendd.php +++ b/actions/import/opendd.php @@ -15,6 +15,7 @@ // Safety admin_gatekeeper(); + action_gatekeeper(); // Get input $data = get_input('data', '', false); -- cgit v1.2.3