aboutsummaryrefslogtreecommitdiff
path: root/mod/bookmarks/actions
diff options
context:
space:
mode:
Diffstat (limited to 'mod/bookmarks/actions')
-rw-r--r--mod/bookmarks/actions/add.php2
-rwxr-xr-xmod/bookmarks/actions/edit.php2
2 files changed, 0 insertions, 4 deletions
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');