diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-30 16:07:58 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-30 16:07:58 +0000 |
commit | 8073ea28073fcd0ab765285b10d95593b0fe0244 (patch) | |
tree | 3353fc3f684b967a7c6f139c027b3c0c08743759 | |
parent | 8f15295624dada70d4f1fc9c97b69a4e2ae8301e (diff) | |
download | elgg-8073ea28073fcd0ab765285b10d95593b0fe0244.tar.gz elgg-8073ea28073fcd0ab765285b10d95593b0fe0244.tar.bz2 |
Admin gatekeeper
git-svn-id: https://code.elgg.org/elgg/trunk@1606 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | actions/import/odd.php | 2 |
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); |