From 9b9b618322950c993bff9b8f43c1e4dd677295b0 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 1 Jul 2008 18:22:01 +0000 Subject: NEW - #109: Groups core plugin http://trac.elgg.org/elgg/ticket/109 git-svn-id: https://code.elgg.org/elgg/trunk@1256 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions') diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index 8034ff88f..f6b942cb6 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -46,7 +46,7 @@ enable_plugin('profile', $site->getGUID()); // activate groups by default - enable_plugin('groups'), $site->getGUID()); + enable_plugin('groups', $site->getGUID()); system_message(elgg_echo("installation:configuration:success")); -- cgit v1.2.3