aboutsummaryrefslogtreecommitdiff
path: root/actions/systemsettings
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-01 18:22:01 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-01 18:22:01 +0000
commit9b9b618322950c993bff9b8f43c1e4dd677295b0 (patch)
treead5aa6710f1fc811ab5a7c90009ddd296896f047 /actions/systemsettings
parent771adfb24ff21b24bfd80e427bc44dc0011cc173 (diff)
downloadelgg-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
Diffstat (limited to 'actions/systemsettings')
-rw-r--r--actions/systemsettings/install.php2
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"));