diff options
Diffstat (limited to 'actions/friends/add.php')
-rw-r--r-- | actions/friends/add.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/actions/friends/add.php b/actions/friends/add.php index d0a0d3d7c..e6fa5b62e 100644 --- a/actions/friends/add.php +++ b/actions/friends/add.php @@ -6,9 +6,6 @@ * @subpackage Friends.Management */ -// Ensure we are logged in -gatekeeper(); - // Get the GUID of the user to friend $friend_guid = get_input('friend'); $friend = get_entity($friend_guid); |