diff options
Diffstat (limited to 'actions/friends/add.php')
-rw-r--r-- | actions/friends/add.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/friends/add.php b/actions/friends/add.php index 3698f5887..934424b57 100644 --- a/actions/friends/add.php +++ b/actions/friends/add.php @@ -10,7 +10,6 @@ // Ensure we are logged in gatekeeper(); -action_gatekeeper(); // Get the GUID of the user to friend $friend_guid = get_input('friend'); |