|
Elgg
Version 1.9
|
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(($user instanceof ElggUser) &&($user->canEdit())) | else |
| $guid = get_input('guid') |
Definition at line 14 of file makeadmin.php.
| $user = get_entity($guid) |
Definition at line 15 of file makeadmin.php.
Definition at line 23 of file makeadmin.php.