Elgg  Version 1.11
Variables
remove.php File Reference

Go to the source code of this file.

Variables

 $user_guid = get_input('guid')
 Avatar remove action. More...
 
 $user = get_user($user_guid)
 
if(! $user||! $user->canEdit()) $icon_sizes = elgg_get_config('icon_sizes')
 

Variable Documentation

◆ $icon_sizes

if (! $user||! $user->canEdit()) $icon_sizes = elgg_get_config('icon_sizes')

Definition at line 15 of file remove.php.

◆ $user

$user = get_user($user_guid)

Definition at line 7 of file remove.php.

◆ $user_guid

$user_guid = get_input('guid')

Avatar remove action.

Definition at line 6 of file remove.php.