aboutsummaryrefslogtreecommitdiff
path: root/actions/import
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-30 16:07:58 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-30 16:07:58 +0000
commit8073ea28073fcd0ab765285b10d95593b0fe0244 (patch)
tree3353fc3f684b967a7c6f139c027b3c0c08743759 /actions/import
parent8f15295624dada70d4f1fc9c97b69a4e2ae8301e (diff)
downloadelgg-8073ea28073fcd0ab765285b10d95593b0fe0244.tar.gz
elgg-8073ea28073fcd0ab765285b10d95593b0fe0244.tar.bz2
Admin gatekeeper
git-svn-id: https://code.elgg.org/elgg/trunk@1606 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions/import')
-rw-r--r--actions/import/odd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/import/odd.php b/actions/import/odd.php
index 8b3f3ac3f..c3c043423 100644
--- a/actions/import/odd.php
+++ b/actions/import/odd.php
@@ -14,7 +14,7 @@
*/
// Safety
- gatekeeper();
+ admin_gatekeeper();
// Get input
$data = get_input($data);