diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-17 15:08:05 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-17 15:08:05 +0000 |
commit | aa3ea214f65cdd49adc5d2c6047127c4bd7cc7c8 (patch) | |
tree | 35b00e777dc78c59a07e4f014aefe176043c8b3a /actions | |
parent | 4fa8a9033ee855ebffe06b1b06a5112f56f9ed68 (diff) | |
download | elgg-aa3ea214f65cdd49adc5d2c6047127c4bd7cc7c8.tar.gz elgg-aa3ea214f65cdd49adc5d2c6047127c4bd7cc7c8.tar.bz2 |
Closes #165 & #167
git-svn-id: https://code.elgg.org/elgg/trunk@1456 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions')
-rw-r--r-- | actions/systemsettings/install.php | 3 |
1 files changed, 0 insertions, 3 deletions
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()); |