diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 18:22:01 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-01 18:22:01 +0000 |
commit | 9b9b618322950c993bff9b8f43c1e4dd677295b0 (patch) | |
tree | ad5aa6710f1fc811ab5a7c90009ddd296896f047 | |
parent | 771adfb24ff21b24bfd80e427bc44dc0011cc173 (diff) | |
download | elgg-9b9b618322950c993bff9b8f43c1e4dd677295b0.tar.gz elgg-9b9b618322950c993bff9b8f43c1e4dd677295b0.tar.bz2 |
NEW - #109: Groups core plugin
http://trac.elgg.org/elgg/ticket/109
git-svn-id: https://code.elgg.org/elgg/trunk@1256 36083f99-b078-4883-b0ff-0f9b5a30f544
-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"));
|