Elgg
Version 1.9
|
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') |
if (!$user||!$user->canEdit()) $icon_sizes = elgg_get_config('icon_sizes') |
Definition at line 15 of file remove.php.
Definition at line 7 of file remove.php.
$user_guid = get_input('guid') |
Avatar remove action.
Definition at line 6 of file remove.php.