diff options
Diffstat (limited to 'actions/friends/add.php')
-rw-r--r-- | actions/friends/add.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/friends/add.php b/actions/friends/add.php index 38c29448b..c464a8162 100644 --- a/actions/friends/add.php +++ b/actions/friends/add.php @@ -4,8 +4,10 @@ * * @package Elgg.Core * @subpackage Friends.Management + * @override actions/friends/add.php */ + // Get the GUID of the user to friend $friend_guid = get_input('friend'); $friend = get_entity($friend_guid); |