diff options
Diffstat (limited to 'actions/systemsettings/install.php')
-rw-r--r-- | actions/systemsettings/install.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index 004652fdf..8034ff88f 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -44,6 +44,9 @@ // activate profile by default enable_plugin('profile', $site->getGUID()); + + // activate groups by default + enable_plugin('groups'), $site->getGUID()); system_message(elgg_echo("installation:configuration:success"));
|