From 5003371ec531296d6aa60156b16199df33395bdf Mon Sep 17 00:00:00 2001 From: ewinslow Date: Wed, 24 Nov 2010 01:49:54 +0000 Subject: 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 --- mod/bookmarks/actions/add.php | 2 -- mod/bookmarks/actions/edit.php | 2 -- 2 files changed, 4 deletions(-) (limited to 'mod/bookmarks/actions') diff --git a/mod/bookmarks/actions/add.php b/mod/bookmarks/actions/add.php index 60859f90f..b17ce76a4 100644 --- a/mod/bookmarks/actions/add.php +++ b/mod/bookmarks/actions/add.php @@ -5,8 +5,6 @@ * @package ElggBookmarks */ -gatekeeper(); -action_gatekeeper(); //set some required variables $title = strip_tags(get_input('title')); $address = get_input('address'); diff --git a/mod/bookmarks/actions/edit.php b/mod/bookmarks/actions/edit.php index dd0330b2d..87de1c5e2 100755 --- a/mod/bookmarks/actions/edit.php +++ b/mod/bookmarks/actions/edit.php @@ -4,8 +4,6 @@ * */ -gatekeeper(); -action_gatekeeper(); //set some required variables $guid = get_input('guid'); $title = get_input('title'); -- cgit v1.2.3