diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-04-17 15:41:16 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-04-17 15:41:16 +0000 |
commit | 07155a084db111c0586ce7ed958c87eed6116704 (patch) | |
tree | e5e64cd58d20bdb2a0ad896403d8814f11018f52 /actions/systemsettings/install.php | |
parent | 566de88eb3a15b58600f5195dc7b185b8aae0d41 (diff) | |
download | elgg-07155a084db111c0586ce7ed958c87eed6116704.tar.gz elgg-07155a084db111c0586ce7ed958c87eed6116704.tar.bz2 |
Closes #833: Kses now built as module
git-svn-id: https://code.elgg.org/elgg/trunk@3222 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'actions/systemsettings/install.php')
-rw-r--r-- | actions/systemsettings/install.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index a40049b8b..04dbe87e4 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -100,7 +100,8 @@ enable_plugin('updateclient', $site->getGUID());
enable_plugin('logbrowser', $site->getGUID());
enable_plugin('diagnostics', $site->getGUID());
- enable_plugin('uservalidationbyemail', $site->getGUID());
+ enable_plugin('uservalidationbyemail', $site->getGUID()); + enable_plugin('kses', $site->getGUID());
}
// Now ping home
|