Elgg  Version 2.3
Namespaces | Variables
remove.php File Reference

Go to the source code of this file.

Namespaces

 Elgg\Core
 Activate a plugin or plugins.
 

Variables

 $friend_guid = (int) get_input('friend')
 
 $friend = get_user($friend_guid)
 
if(!$friend) $user = elgg_get_logged_in_user_entity()
 

Variable Documentation

$friend = get_user($friend_guid)

Definition at line 12 of file remove.php.

$friend_guid = (int) get_input('friend')

Definition at line 10 of file remove.php.

Definition at line 17 of file remove.php.