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