aboutsummaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authormarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-07-02 14:05:20 +0000
committermarcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-07-02 14:05:20 +0000
commit34049eed4f510ef796ef1b9910d5d1042db43915 (patch)
tree0266cd840f6a2c1a465c1e263dd9622624eddffe /actions
parent66360ef42a6bd43645f60cd73a10b19ce080277c (diff)
downloadelgg-34049eed4f510ef796ef1b9910d5d1042db43915.tar.gz
elgg-34049eed4f510ef796ef1b9910d5d1042db43915.tar.bz2
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
Diffstat (limited to 'actions')
-rw-r--r--actions/systemsettings/install.php3
1 files changed, 1 insertions, 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