Elgg
Version 1.11
|
Go to the source code of this file.
Namespaces | |
Elgg\Core | |
Activate a plugin or plugins. | |
Variables | |
$site = elgg_get_site_entity() | |
if(!$site) if(!($site instanceof ElggSite)) $site | description = get_input('sitedescription') |
$site | name = strip_tags(get_input('sitename')) |
$site | email = get_input('siteemail') |
$default_limit = (int)get_input('default_limit') | |
$default_limit = (int)get_input('default_limit') |
Definition at line 28 of file update_basic.php.
$site = elgg_get_site_entity() |
Definition at line 13 of file update_basic.php.
Definition at line 21 of file update_basic.php.
Definition at line 23 of file update_basic.php.
Definition at line 22 of file update_basic.php.