diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-28 15:45:11 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-05-28 15:45:11 +0000 |
commit | f92789386fd7b81c1c1b0ae2502de2e74c17ad03 (patch) | |
tree | b8eb442353a629496cfea062d8596729c697c639 /actions | |
parent | f10942fe3da75804f10fd18abec0a9664113afe1 (diff) | |
download | elgg-f92789386fd7b81c1c1b0ae2502de2e74c17ad03.tar.gz elgg-f92789386fd7b81c1c1b0ae2502de2e74c17ad03.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Added gatekeeper
git-svn-id: https://code.elgg.org/elgg/trunk@746 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions')
-rw-r--r-- | actions/import/odd.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/actions/import/odd.php b/actions/import/odd.php index 35b2dfea4..7e7615095 100644 --- a/actions/import/odd.php +++ b/actions/import/odd.php @@ -13,6 +13,9 @@ * @link http://elgg.org/ */ + // Safety + gatekeeper(); + // Get input $data = get_input($data); |