diff options
-rw-r--r-- | actions/systemsettings/install.php | 3 |
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"));
|