diff options
-rw-r--r-- | actions/systemsettings/install.php | 3 |
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
|