Elgg  Version 6.3
Variables
upload.php File Reference

Go to the source code of this file.

Variables

 $entity = elgg_extract('entity', $vars)
 Avatar upload view. More...
 
 if (! $entity instanceof ElggUser)
 

Variable Documentation

◆ $entity

$entity = elgg_extract('entity', $vars)

Avatar upload view.

@uses $vars['entity']

Definition at line 8 of file upload.php.

◆ if

if(! $entity instanceof ElggUser) ( ! $entity instanceof  ElggUser)

Definition at line 9 of file upload.php.