From 771adfb24ff21b24bfd80e427bc44dc0011cc173 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 1 Jul 2008 18:21:38 +0000 Subject: Refs #109: Groups plugin active by default git-svn-id: https://code.elgg.org/elgg/trunk@1255 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 3 +++ 1 file changed, 3 insertions(+) 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")); -- cgit v1.2.3