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