From: cash Date: Mon, 22 Feb 2010 17:39:25 +0000 (+0000) Subject: river plugin is defunct so does not need to be enabled on install X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=6afa8f116066816be7d280d21b03672a3005b567;p=lorea%2Felgg.git 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 --- 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());