diff options
Diffstat (limited to 'actions/friends/remove.php')
-rw-r--r-- | actions/friends/remove.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/actions/friends/remove.php b/actions/friends/remove.php index 1ad9471b3..76716ebe6 100644 --- a/actions/friends/remove.php +++ b/actions/friends/remove.php @@ -1,4 +1,7 @@ <?php +/** + * @override actions/friends/remove.php + */ $friend = get_entity(sanitize_int(get_input('friend'))); $user = elgg_get_logged_in_user_entity(); |