Elgg
Version 1.9
|
Go to the source code of this file.
Namespaces | |
Elgg\Core | |
Activate a plugin or plugins. | |
Variables | |
$plugin_guids = get_input('plugin_guids') | |
if(!is_array($plugin_guids)) | $activated_guids = array() |
if(count($activated_guids)===1) | else |
if (!is_array($plugin_guids)) $activated_guids = array() |
Definition at line 20 of file activate.php.
$plugin_guids = get_input('plugin_guids') |
Definition at line 14 of file activate.php.
if (count($activated_guids)===1) else |
Definition at line 61 of file activate.php.