Elgg
Version 2.3
|
Go to the source code of this file.
Namespaces | |
Elgg\Core | |
Activate a plugin or plugins. | |
Variables | |
$guid = get_input('guid') | |
$user = get_entity($guid) | |
if($guid==elgg_get_logged_in_user_guid()) if(($user instanceof ElggUser)&&($user->canEdit())) | else |
$user = get_entity($guid) |
if ($guid==elgg_get_logged_in_user_guid()) if (($user instanceof ElggUser)&&($user->canEdit())) else |