aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-01 18:23:54 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-07-01 18:23:54 +0000
commit5cc9adf44b072fc27da0ae0abe3f227d973d28b7 (patch)
treecc59b15a00a3d047dc3a3257cddb2cf66915d97f /actions
parent9b9b618322950c993bff9b8f43c1e4dd677295b0 (diff)
downloadelgg-5cc9adf44b072fc27da0ae0abe3f227d973d28b7.tar.gz
elgg-5cc9adf44b072fc27da0ae0abe3f227d973d28b7.tar.bz2
Closes #110
git-svn-id: https://code.elgg.org/elgg/trunk@1257 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions')
-rw-r--r--actions/systemsettings/install.php3
1 files changed, 3 insertions, 0 deletions
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"));