diff options
author | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-24 01:49:54 +0000 |
---|---|---|
committer | ewinslow <ewinslow@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-11-24 01:49:54 +0000 |
commit | 5003371ec531296d6aa60156b16199df33395bdf (patch) | |
tree | d2741ab131630fdff04b40d4ea9899d45f191843 /mod/file/actions/upload.php | |
parent | 38f3674095d16bfb73320eb2e0b566ad4484882d (diff) | |
download | elgg-5003371ec531296d6aa60156b16199df33395bdf.tar.gz elgg-5003371ec531296d6aa60156b16199df33395bdf.tar.bz2 |
Refs #2451: Removes (admin_)gatekeeper() calls from core plugin actions
git-svn-id: http://code.elgg.org/elgg/trunk@7434 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/file/actions/upload.php')
-rw-r--r-- | mod/file/actions/upload.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mod/file/actions/upload.php b/mod/file/actions/upload.php index 6af52c701..081b6a312 100644 --- a/mod/file/actions/upload.php +++ b/mod/file/actions/upload.php @@ -7,8 +7,6 @@ global $CONFIG; - gatekeeper(); - // Get variables $title = get_input("title"); $desc = get_input("description"); |