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') | |
$params = get_input('params') | |
$default_widgets = get_input('default_widgets', 0) | |
$context = get_input('context') | |
$title = get_input('title') | |
$widget = get_entity($guid) | |
if($widget &&$widget->saveSettings($params)) | else |
$widget = get_entity($guid) |
if ($widget &&$widget->saveSettings($params)) else |