From 34049eed4f510ef796ef1b9910d5d1042db43915 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 2 Jul 2009 14:05:20 +0000 Subject: Refs #1086 & #1073: Filtering and captcha have correct install defaults. git-svn-id: https://code.elgg.org/elgg/trunk@3381 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index 48d672552..08dfd02e3 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -105,8 +105,7 @@ enable_plugin('logbrowser', $site->getGUID()); enable_plugin('diagnostics', $site->getGUID()); enable_plugin('uservalidationbyemail', $site->getGUID()); - enable_plugin('kses', $site->getGUID()); - enable_plugin('captcha', $site->getGUID()); + enable_plugin('htmlawed', $site->getGUID()); } // Now ping home -- cgit v1.2.3