diff options
Diffstat (limited to 'mod/bookmarks/actions/edit.php')
-rwxr-xr-x | mod/bookmarks/actions/edit.php | 2 |
1 files changed, 0 insertions, 2 deletions
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'); |