aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-02-22 17:39:25 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-02-22 17:39:25 +0000
commit6afa8f116066816be7d280d21b03672a3005b567 (patch)
treeddcea410e53921a8e69e6b336666e5cd0d08f23f
parentb617c9c0cd437626daaf0b1eb651ae91fdcc9f4b (diff)
downloadelgg-6afa8f116066816be7d280d21b03672a3005b567.tar.gz
elgg-6afa8f116066816be7d280d21b03672a3005b567.tar.bz2
river plugin is defunct so does not need to be enabled on install
git-svn-id: http://code.elgg.org/elgg/trunk@3967 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--actions/systemsettings/install.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php
index 08cbef99d..0e3c69dda 100644
--- a/actions/systemsettings/install.php
+++ b/actions/systemsettings/install.php
@@ -95,7 +95,6 @@ if (get_input('settings') == 'go') {
}
} else {
enable_plugin('profile', $site->getGUID());
- enable_plugin('river', $site->getGUID());
enable_plugin('logbrowser', $site->getGUID());
enable_plugin('diagnostics', $site->getGUID());
enable_plugin('uservalidationbyemail', $site->getGUID());