From 6afa8f116066816be7d280d21b03672a3005b567 Mon Sep 17 00:00:00 2001 From: cash Date: Mon, 22 Feb 2010 17:39:25 +0000 Subject: 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 --- actions/systemsettings/install.php | 1 - 1 file changed, 1 deletion(-) (limited to 'actions') 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()); -- cgit v1.2.3