From 5cc9adf44b072fc27da0ae0abe3f227d973d28b7 Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 1 Jul 2008 18:23:54 +0000 Subject: Closes #110 git-svn-id: https://code.elgg.org/elgg/trunk@1257 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'actions/systemsettings') diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index f6b942cb6..fcb3483d3 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -47,6 +47,9 @@ // activate groups by default enable_plugin('groups', $site->getGUID()); + + // activate river by default + enable_plugin('river', $site->getGUID()); system_message(elgg_echo("installation:configuration:success")); -- cgit v1.2.3