From aa3ea214f65cdd49adc5d2c6047127c4bd7cc7c8 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 17 Jul 2008 15:08:05 +0000 Subject: Closes #165 & #167 git-svn-id: https://code.elgg.org/elgg/trunk@1456 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'actions') diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index fcb3483d3..db7b89a88 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -45,9 +45,6 @@ // activate profile by default enable_plugin('profile', $site->getGUID()); - // activate groups by default - enable_plugin('groups', $site->getGUID()); - // activate river by default enable_plugin('river', $site->getGUID()); -- cgit v1.2.3