aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-01 18:21:38 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-01 18:21:38 +0000
commit771adfb24ff21b24bfd80e427bc44dc0011cc173 (patch)
treea125076c0e0537515db1d834dda49bc51b1aa73d /actions
parent8f3bb0af70316339833e5ca2ac3f57cca188c34a (diff)
downloadelgg-771adfb24ff21b24bfd80e427bc44dc0011cc173.tar.gz
elgg-771adfb24ff21b24bfd80e427bc44dc0011cc173.tar.bz2
Refs #109: Groups plugin active by default
git-svn-id: https://code.elgg.org/elgg/trunk@1255 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions')
-rw-r--r--actions/systemsettings/install.php3
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"));