diff options
Diffstat (limited to 'actions/systemsettings/install.php')
-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()); |